Variable: electric-buffer-menu-mode-hook
electric-buffer-menu-mode-hook is a variable defined in ebrowse.el.gz.
Value
nil
Documentation
Normal hook run by electric-buffer-menu-mode.
Probably introduced at or before Emacs version 16.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/ebrowse.el.gz
;;; Electric C++ browser buffer menu
;; Electric buffer menu customization to display only some buffers
;; (in this case Tree buffers). There is only one problem with this:
;; If the very first character typed in the buffer menu is a space,
;; this will select the buffer from which the buffer menu was
;; invoked. But this buffer is not displayed in the buffer list if
;; it isn't a tree buffer. I therefore let the buffer menu command
;; loop read the command `p' via `unread-command-events'. This command
;; has no effect since we are on the first line of the buffer.
(defvar electric-buffer-menu-mode-hook nil)