From ce69a8443a7adc386235cb1b5eba3189dfe89d4e Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 30 Oct 2012 14:23:31 +0800 Subject: [PATCH] Add a comment for the last isearch.el change. --- lisp/isearch.el | 2 ++ 1 file changed, 2 insertions(+) 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." (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))) -- 2.39.2