Mercurial > emacs
changeset 36892:ca2938d86ae9
(electric-help-mode-hook): Add defcustom.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 20 Mar 2001 13:37:17 +0000 |
parents | 4ddf47446692 |
children | 2ebce78f8e00 |
files | lisp/ehelp.el |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ehelp.el Tue Mar 20 13:31:03 2001 +0000 +++ b/lisp/ehelp.el Tue Mar 20 13:37:17 2001 +0000 @@ -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 ()