1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-02 11:50:48 -08:00

Provide `help' for the sake of define-minor-mode

which generates defcustoms with requires.
This commit is contained in:
Gerd Moellmann 2000-10-16 15:56:32 +00:00
parent 1ec185cb4a
commit 5fbeea7474

View 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