emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/imenu.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/imenu.el
Date: Thu, 04 Nov 2004 05:18:15 -0500

Index: emacs/lisp/imenu.el
diff -c emacs/lisp/imenu.el:1.102 emacs/lisp/imenu.el:1.103
*** emacs/lisp/imenu.el:1.102   Thu Oct 28 14:11:32 2004
--- emacs/lisp/imenu.el Thu Nov  4 10:00:53 2004
***************
*** 126,132 ****
  (defcustom imenu-eager-completion-buffer
    (not (eq imenu-always-use-completion-buffer-p 'never))
    "If non-nil, eagerly popup the completion buffer."
!   :type 'boolean)
  
  (defcustom imenu-after-jump-hook nil
    "*Hooks called after jumping to a place in the buffer.
--- 126,134 ----
  (defcustom imenu-eager-completion-buffer
    (not (eq imenu-always-use-completion-buffer-p 'never))
    "If non-nil, eagerly popup the completion buffer."
!   :type 'boolean
!   :group 'imenu
!   :version "21.4")
  
  (defcustom imenu-after-jump-hook nil
    "*Hooks called after jumping to a place in the buffer.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]