]> git.eshelyaron.com Git - emacs.git/commit
Restore special setting of this-command-keys by M-x
authorEli Zaretskii <eliz@gnu.org>
Fri, 10 Feb 2017 08:57:41 +0000 (10:57 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 10 Feb 2017 08:57:41 +0000 (10:57 +0200)
commit937bf04804246c86a4b1bd55b506169f5a894e3b
tree68f36cd97f8f2e63c426dd30028d0f451f6f510e
parentd825d1f28decd671feb71c7657d41d0502ab5cf5
Restore special setting of this-command-keys by M-x

It was lost when execute-extended-command was reimplemented in Lisp.

* src/keyboard.c (Fset__this_command_keys): New function.
(syms_of_keyboard): Defsubr it.

* lisp/simple.el (execute-extended-command): Set this-command-keys
as novice.el expects.  (Bug#25612)
lisp/simple.el
src/keyboard.c