Add a comment for the last isearch.el change.
authorChong Yidong <cyd@gnu.org>
Tue, 30 Oct 2012 06:23:31 +0000 (14:23 +0800)
committerChong Yidong <cyd@gnu.org>
Tue, 30 Oct 2012 06:23:31 +0000 (14:23 +0800)
lisp/isearch.el

index ead6f88..0bfda88 100644 (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)))