diff options
| -rw-r--r-- | lisp/isearch.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el index ead6f88cb97..0bfda880d93 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el | |||
| @@ -2159,6 +2159,8 @@ Isearch mode." | |||
| 2159 | (if (and (integerp key) | 2159 | (if (and (integerp key) |
| 2160 | (>= key ?\s) (/= key 127) (< key 256)) | 2160 | (>= key ?\s) (/= key 127) (< key 256)) |
| 2161 | (progn | 2161 | (progn |
| 2162 | ;; Ensure that the processed char is recorded in | ||
| 2163 | ;; the keyboard macro, if any (Bug#4894) | ||
| 2162 | (store-kbd-macro-event key) | 2164 | (store-kbd-macro-event key) |
| 2163 | (isearch-process-search-char key) | 2165 | (isearch-process-search-char key) |
| 2164 | (setq keylist (cdr keylist))) | 2166 | (setq keylist (cdr keylist))) |