summaryrefslogtreecommitdiff
path: root/ChangeLog.2
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2018-02-06 23:24:42 +0200
committerJuri Linkov <juri@linkov.net>2018-02-06 23:24:42 +0200
commit109237e23a01901e70c70c41166ebefc26b1b24f (patch)
tree36fcd48ffdb714db8bac8145cbf16d0a04a21cd4 /ChangeLog.2
parent31350817ae6eda2e071dbc28f1f1edc50e5f3b0c (diff)
downloademacs-109237e23a01901e70c70c41166ebefc26b1b24f.tar.gz
; Small fixes and indentation
Diffstat (limited to 'ChangeLog.2')
-rw-r--r--ChangeLog.26
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog.2 b/ChangeLog.2
index 22c7e0116ba..356fbc788f3 100644
--- a/ChangeLog.2
+++ b/ChangeLog.2
@@ -25940,9 +25940,9 @@
2015-08-19 Artur Malabarba <bruce.connor.am@gmail.com>
* lisp/isearch.el (isearch-search-fun-default): Revert a5bdb87
- Remove usage of `isearch-lax-whitespace' inside the `iearch-word'
+ Remove usage of `isearch-lax-whitespace' inside the `isearch-word'
clause of `isearch-search-fun-default'. That lax variable does not
- refer to lax-whitespacing. Related to (bug#21777).
+ refer to lax-whitespacing. Related to (bug#21277).
This reverts commit a5bdb872edb9f031fe041faf9a8c0be432e5f64c.
* lisp/character-fold.el (character-fold-search): Set to nil.
Default to nil for now, until someone implements proper
@@ -29096,7 +29096,7 @@
* lisp/isearch.el: Move character-folding code to
character-fold.el
(isearch-toggle-character-fold): New command.
- (isearch-mode-map): Bind it to "\M-sf".
+ (isearch-mode-map): Bind it to "\M-s'".
(isearch-mode): Check value of `character-fold-search'.
2015-06-24 Stefan Monnier <monnier@iro.umontreal.ca>