(electric-help-mode-hook): Add defcustom.

This commit is contained in:
Gerd Moellmann 2001-03-20 13:37:17 +00:00
parent 5845f63eec
commit d1842b2b4b

View file

@ -1,6 +1,6 @@
;;; ehelp.el --- bindings for electric-help mode
;; Copyright (C) 1986, 1995 Free Software Foundation, Inc.
;; Copyright (C) 1986, 1995, 2000, 2001 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: help, extensions
@ -54,6 +54,11 @@
:type 'boolean
:group 'electric-help)
(defcustom electric-help-mode-hook nil
"Hook run by `with-electric-help' after initializing the buffer."
:type 'hook
:group 'electric-help)
(put 'electric-help-undefined 'suppress-keymap t)
(if electric-help-map
()