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