diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-03-20 13:37:17 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-03-20 13:37:17 +0000 |
commit | d1842b2b4b99b4409c73b1fe2542749cb4df2a9d (patch) | |
tree | 7332446a417d003820ff53dbd118db19d601f50f /lisp/ehelp.el | |
parent | 5845f63eec591fe5ff6536e1f1e5fe6ded0d6a6f (diff) | |
download | emacs-d1842b2b4b99b4409c73b1fe2542749cb4df2a9d.tar.gz |
(electric-help-mode-hook): Add defcustom.
Diffstat (limited to 'lisp/ehelp.el')
-rw-r--r-- | lisp/ehelp.el | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ehelp.el b/lisp/ehelp.el index 4fe8b37d4db..a2ea97688a5 100644 --- a/lisp/ehelp.el +++ b/lisp/ehelp.el @@ -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 () |