From: Andreas Schwab Date: Wed, 24 Jun 1998 09:13:36 +0000 (+0000) Subject: (search-upper-case): Use `other' widget type. X-Git-Tag: emacs-20.3~492 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5786b3ed4c6e05a191acec6e56734b76da55afd0;p=emacs.git (search-upper-case): Use `other' widget type. --- diff --git a/lisp/isearch.el b/lisp/isearch.el index 007801bb946..91a0d971d83 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -140,7 +140,7 @@ apply to chars in regexps that are prefixed with `\\'. If this value is `not-yanks', yanked text is always downcased." :type '(choice (const :tag "off" nil) (const not-yanks) - (sexp :tag "on" :format "%t\n" t)) + (other :tag "on" t)) :group 'isearch) (defcustom search-nonincremental-instead t