diff options
-rw-r--r-- | lisp/replace.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." |