mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
Add a comment for the last isearch.el change.
This commit is contained in:
parent
53372c278e
commit
ce69a8443a
1 changed files with 2 additions and 0 deletions
|
|
@ -2159,6 +2159,8 @@ Isearch mode."
|
|||
(if (and (integerp key)
|
||||
(>= key ?\s) (/= key 127) (< key 256))
|
||||
(progn
|
||||
;; Ensure that the processed char is recorded in
|
||||
;; the keyboard macro, if any (Bug#4894)
|
||||
(store-kbd-macro-event key)
|
||||
(isearch-process-search-char key)
|
||||
(setq keylist (cdr keylist)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue