# HG changeset patch # User Gerd Moellmann # Date 985095437 0 # Node ID ca2938d86ae95bb7b119a7c809c39cc98a964c9c # Parent 4ddf47446692bb7850d39a87e092cc7e4d702f00 (electric-help-mode-hook): Add defcustom. diff -r 4ddf47446692 -r ca2938d86ae9 lisp/ehelp.el --- 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 ()