]> git.eshelyaron.com Git - emacs.git/commitdiff
(search-upper-case): Use `other' widget type.
authorAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 09:13:36 +0000 (09:13 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 09:13:36 +0000 (09:13 +0000)
lisp/isearch.el

index 007801bb94608407d8c04e022962b7b7bf6c913b..91a0d971d8399104c28a37b20befc9cae1f9cdff 100644 (file)
@@ -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