From: Chong Yidong Date: Tue, 30 Oct 2012 06:23:31 +0000 (+0800) Subject: Add a comment for the last isearch.el change. X-Git-Tag: emacs-24.2.90~209^2~4 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ce69a8443a7adc386235cb1b5eba3189dfe89d4e;p=emacs.git Add a comment for the last isearch.el change. --- 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)))