]> git.eshelyaron.com Git - emacs.git/commitdiff
Provide `help' for the sake of define-minor-mode
authorGerd Moellmann <gerd@gnu.org>
Mon, 16 Oct 2000 15:56:32 +0000 (15:56 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 16 Oct 2000 15:56:32 +0000 (15:56 +0000)
which generates defcustoms with requires.

lisp/help.el

index 22f5a82032edb31354e1d62ca5d25b4fcb6ad8f5..d8225a835f5e863b76a9b19d636357718895a31b 100644 (file)
@@ -1568,4 +1568,9 @@ out of view."
      (insert-before-markers-and-inherit
       . "(insert-before-markers-and-inherit &rest ARGS)"))))
 
+;; Provide this for the sake of define-minor-mode which generates
+;; defcustoms which require 'help'.
+
+(provide 'help)
+
 ;;; help.el ends here