]> git.eshelyaron.com Git - emacs.git/commitdiff
(imenu-always-use-completion-buffer-p): Use `other'
authorAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 09:12:33 +0000 (09:12 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 09:12:33 +0000 (09:12 +0000)
widget type.

lisp/imenu.el

index 95fa9d4870a08fc94e155f228cbe276926231b1c..e10e703738cef1b68bf9c3111fcdf3d088996ed9 100644 (file)
@@ -113,7 +113,7 @@ if the mouse was used to invoke `imenu'.
 Another non-nil value means always display the index in a completion buffer."
   :type '(choice (const :tag "On Mouse" nil)
                 (const :tag "Never" never)
-                (sexp :tag "Always" :format "%t\n" t))
+                (other :tag "Always" t))
   :group 'imenu)
 
 (defcustom imenu-sort-function nil