]> git.eshelyaron.com Git - emacs.git/commit
Run execute-extended-command key binding suggestion from a timer
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 15 Aug 2021 11:36:24 +0000 (13:36 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 15 Aug 2021 11:36:24 +0000 (13:36 +0200)
commit42a98feb5b8ff2d60701da4462864699c434562c
treedaf2f003c3537f3bb2223d0bc80467741341387a
parent55772baee1627571c0814cf2d666fb3b963ff591
Run execute-extended-command key binding suggestion from a timer

* lisp/simple.el (execute-extended-command): Run the key binding
suggestion from a timer instead of in the program flow -- this
allows `post-command-hook' to be executed immediately (bug#50042).
lisp/simple.el