emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110736: Add a comment for the last i


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110736: Add a comment for the last isearch.el change.
Date: Tue, 30 Oct 2012 14:23:31 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110736
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Tue 2012-10-30 14:23:31 +0800
message:
  Add a comment for the last isearch.el change.
modified:
  lisp/isearch.el
=== modified file 'lisp/isearch.el'
--- a/lisp/isearch.el   2012-10-29 23:20:24 +0000
+++ b/lisp/isearch.el   2012-10-30 06:23:31 +0000
@@ -2159,6 +2159,8 @@
               (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)))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]