From: Artur Malabarba Date: Wed, 5 Aug 2015 17:58:38 +0000 (+0100) Subject: * lisp/replace.el (replace-character-fold): Default to nil X-Git-Tag: emacs-25.0.90~824^2~4 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ec044fd2bfd6257742418d621685017325cb24cc;p=emacs.git * lisp/replace.el (replace-character-fold): Default to nil --- diff --git a/lisp/replace.el b/lisp/replace.el index 41debdd9cf7..a541c5530c4 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -33,7 +33,7 @@ :type 'boolean :group 'matching) -(defcustom replace-character-fold t +(defcustom replace-character-fold nil "Non-nil means `query-replace' should do character folding in matches. This means, for instance, that ' will match a large variety of unicode quotes."