aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2013-08-27 19:06:16 +0300
committerJuri Linkov2013-08-27 19:06:16 +0300
commitbbe558f1959b1cd51428b5fcbf940df515266abc (patch)
tree8dde59d89055669fc1915bb0dc91b902fbba1251 /lisp/ChangeLog
parent26f98a7d3fb2ed8b5bb1befcd8e8507de516db34 (diff)
downloademacs-bbe558f1959b1cd51428b5fcbf940df515266abc.tar.gz
emacs-bbe558f1959b1cd51428b5fcbf940df515266abc.zip
* lisp/isearch.el (isearch-other-meta-char): Don't store kmacro commands
in the keyboard macro. Fixes: debbugs:15126
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 822d0eaf17f..b8ffbc48471 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12013-08-27 Juri Linkov <juri@jurta.org> 12013-08-27 Juri Linkov <juri@jurta.org>
2 2
3 * isearch.el (isearch-other-meta-char): Don't store kmacro commands
4 in the keyboard macro. (Bug#15126)
5
62013-08-27 Juri Linkov <juri@jurta.org>
7
3 * isearch.el (isearch-quote-char): Comment out converting unibyte 8 * isearch.el (isearch-quote-char): Comment out converting unibyte
4 to multibyte, thus syncing with its `quoted-insert' counterpart. 9 to multibyte, thus syncing with its `quoted-insert' counterpart.
5 (Bug#15166) 10 (Bug#15166)