changeset 22586:67fcc616d852

(imenu-always-use-completion-buffer-p): Use `other' widget type.
author Andreas Schwab <schwab@suse.de>
date Wed, 24 Jun 1998 09:12:33 +0000
parents b651d40f20a4
children 5fe3766ec1a8
files lisp/imenu.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/imenu.el	Wed Jun 24 09:11:55 1998 +0000
+++ b/lisp/imenu.el	Wed Jun 24 09:12:33 1998 +0000
@@ -113,7 +113,7 @@
 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