From d97326035ccb519916bc927d2c6243e05f01f267 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Mon, 16 Feb 2026 10:46:28 +0100 Subject: [PATCH] ; * lisp/tutorial.el: Remove unneeded require. --- lisp/tutorial.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/tutorial.el b/lisp/tutorial.el index 6ade473c975..3f998cd3eab 100644 --- a/lisp/tutorial.el +++ b/lisp/tutorial.el @@ -27,8 +27,6 @@ ;;; Code: -(require 'help-mode) ;; for function help-buffer - (defface tutorial-warning-face '((t :inherit font-lock-warning-face)) "Face used to highlight warnings in the tutorial."