projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
437862c
)
* lisp/replace.el (replace-character-fold): Default to nil
author
Artur Malabarba
<bruce.connor.am@gmail.com>
Wed, 5 Aug 2015 17:58:38 +0000
(18:58 +0100)
committer
Artur Malabarba
<bruce.connor.am@gmail.com>
Wed, 5 Aug 2015 18:15:44 +0000
(19:15 +0100)
lisp/replace.el
patch
|
blob
|
history
diff --git
a/lisp/replace.el
b/lisp/replace.el
index 41debdd9cf7c45b0fd4682c8a2cd9c049faf9c7a..a541c5530c490c3f5b72715500c6587c3ef5734c 100644
(file)
--- 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."