; * lisp/tutorial.el: Remove unneeded require.

This commit is contained in:
Basil L. Contovounesios 2026-02-16 10:46:28 +01:00
parent f432628b71
commit d97326035c

View file

@ -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."