[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/imenu.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/imenu.el |
Date: |
Thu, 19 May 2005 15:06:21 -0400 |
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] Changes to emacs/lisp/imenu.el,
Juanma Barranquero <=