]> git.eshelyaron.com Git - emacs.git/commit
Fix 'this-command-keys' wrt prefix argument
authorEli Zaretskii <eliz@gnu.org>
Fri, 11 Dec 2015 09:53:53 +0000 (11:53 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 11 Dec 2015 09:53:53 +0000 (11:53 +0200)
commit9d2b8e768f2015a89f7609dedf7b28ea5e8123b5
tree187a470771f9d31e2d8e8685d2a94f3c4f16cd0a
parent5aaa636b7bc5fbc7cb946a5f8cb3f9dd3604159d
Fix 'this-command-keys' wrt prefix argument

* src/keyboard.c (command_loop_1): Restore the feature whereby C-u
was part of this-command-keys, but not of this-single-command-keys.
(Bug#22107)

* lisp/simple.el (internal-echo-keystrokes-prefix): Add
commentary about the function's return value.
lisp/simple.el
src/keyboard.c