From: Gerd Moellmann Date: Tue, 20 Mar 2001 13:37:17 +0000 (+0000) Subject: (electric-help-mode-hook): Add defcustom. X-Git-Tag: emacs-pretest-21.0.101~243 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d1842b2b4b99b4409c73b1fe2542749cb4df2a9d;p=emacs.git (electric-help-mode-hook): Add defcustom. --- 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 ()