diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-08-05 18:58:38 +0100 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-08-05 19:15:44 +0100 |
commit | ec044fd2bfd6257742418d621685017325cb24cc (patch) | |
tree | eb7bbb7a3591a04b6ea9c2aef41337db1cb5abbf /lisp/replace.el | |
parent | 437862c5c9bf381669979b4ebbb13859c5d5d9a5 (diff) | |
download | emacs-ec044fd2bfd6257742418d621685017325cb24cc.tar.gz |
* lisp/replace.el (replace-character-fold): Default to nil
Diffstat (limited to 'lisp/replace.el')
-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." |