From: Andreas Schwab Date: Wed, 24 Jun 1998 09:12:33 +0000 (+0000) Subject: (imenu-always-use-completion-buffer-p): Use `other' X-Git-Tag: emacs-20.3~493 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8a3e08a6ee770eea5efd6a80f3bd9ffeb66dc18b;p=emacs.git (imenu-always-use-completion-buffer-p): Use `other' widget type. --- diff --git a/lisp/imenu.el b/lisp/imenu.el index 95fa9d4870a..e10e703738c 100644 --- a/lisp/imenu.el +++ b/lisp/imenu.el @@ -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