Mercurial > emacs
changeset 22587:5fe3766ec1a8
(search-upper-case): Use `other' widget type.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Wed, 24 Jun 1998 09:13:36 +0000 |
parents | 67fcc616d852 |
children | b7a3c5541bc5 |
files | lisp/isearch.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/isearch.el Wed Jun 24 09:12:33 1998 +0000 +++ b/lisp/isearch.el Wed Jun 24 09:13:36 1998 +0000 @@ -140,7 +140,7 @@ 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