1
Fork 0
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:
Chong Yidong 2012-10-30 14:23:31 +08:00
parent 53372c278e
commit ce69a8443a

View file

@ -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)))