aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorArtur Malabarba2015-08-05 18:58:38 +0100
committerArtur Malabarba2015-08-05 19:15:44 +0100
commitec044fd2bfd6257742418d621685017325cb24cc (patch)
treeeb7bbb7a3591a04b6ea9c2aef41337db1cb5abbf /lisp/replace.el
parent437862c5c9bf381669979b4ebbb13859c5d5d9a5 (diff)
downloademacs-ec044fd2bfd6257742418d621685017325cb24cc.tar.gz
emacs-ec044fd2bfd6257742418d621685017325cb24cc.zip
* lisp/replace.el (replace-character-fold): Default to nil
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el2
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 @@
33 :type 'boolean 33 :type 'boolean
34 :group 'matching) 34 :group 'matching)
35 35
36(defcustom replace-character-fold t 36(defcustom replace-character-fold nil
37 "Non-nil means `query-replace' should do character folding in matches. 37 "Non-nil means `query-replace' should do character folding in matches.
38This means, for instance, that ' will match a large variety of 38This means, for instance, that ' will match a large variety of
39unicode quotes." 39unicode quotes."