From ec044fd2bfd6257742418d621685017325cb24cc Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Wed, 5 Aug 2015 18:58:38 +0100 Subject: [PATCH] * lisp/replace.el (replace-character-fold): Default to nil --- lisp/replace.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 2.39.2