1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(imenu-eager-completion-buffer): Add :version.

This commit is contained in:
Richard M. Stallman 2004-11-04 10:00:53 +00:00
parent 485ecb5cc4
commit 977bbd4d38

View File

@ -126,7 +126,9 @@ If `on-mouse' use a popup menu when `imenu' was invoked with the mouse."
(defcustom imenu-eager-completion-buffer
(not (eq imenu-always-use-completion-buffer-p 'never))
"If non-nil, eagerly popup the completion buffer."
:type 'boolean)
:type 'boolean
:group 'imenu
:version "21.4")
(defcustom imenu-after-jump-hook nil
"*Hooks called after jumping to a place in the buffer.