emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master ec044fd 2/2: * lisp/replace.el (replace-character-f


From: Artur Malabarba
Subject: [Emacs-diffs] master ec044fd 2/2: * lisp/replace.el (replace-character-fold): Default to nil
Date: Wed, 05 Aug 2015 18:16:46 +0000

branch: master
commit ec044fd2bfd6257742418d621685017325cb24cc
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    * lisp/replace.el (replace-character-fold): Default to nil
---
 lisp/replace.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/replace.el b/lisp/replace.el
index 41debdd..a541c55 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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]