diff options
| author | Juri Linkov | 2013-08-27 19:06:16 +0300 |
|---|---|---|
| committer | Juri Linkov | 2013-08-27 19:06:16 +0300 |
| commit | bbe558f1959b1cd51428b5fcbf940df515266abc (patch) | |
| tree | 8dde59d89055669fc1915bb0dc91b902fbba1251 /lisp/ChangeLog | |
| parent | 26f98a7d3fb2ed8b5bb1befcd8e8507de516db34 (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2013-08-27 Juri Linkov <juri@jurta.org> | 1 | 2013-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 | |||
| 6 | 2013-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) |