From d1842b2b4b99b4409c73b1fe2542749cb4df2a9d Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 20 Mar 2001 13:37:17 +0000 Subject: [PATCH] (electric-help-mode-hook): Add defcustom. --- lisp/ehelp.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 () -- 2.39.2