Index: emacs/lisp/imenu.el
diff -c emacs/lisp/imenu.el:1.109 emacs/lisp/imenu.el:1.110
*** emacs/lisp/imenu.el:1.109   Sat Apr 23 16:43:30 2005
--- emacs/lisp/imenu.el Thu May 19 19:06:18 2005
***************
*** 119,125 ****
  If `on-mouse' use a popup menu when `imenu' was invoked with the mouse."
    :type '(choice (const :tag "On Mouse" on-mouse)
                 (const :tag "Never" nil)
!                (other :tag "Always" t)))
  
  (defcustom imenu-eager-completion-buffer
    (not (eq imenu-always-use-completion-buffer-p 'never))
--- 119,126 ----
  If `on-mouse' use a popup menu when `imenu' was invoked with the mouse."
    :type '(choice (const :tag "On Mouse" on-mouse)
                 (const :tag "Never" nil)
!                (other :tag "Always" t))
!   :group 'imenu)
  
  (defcustom imenu-eager-completion-buffer
    (not (eq imenu-always-use-completion-buffer-p 'never))


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to