]> git.eshelyaron.com Git - emacs.git/commit
Remove even more waiting from execute-extended-command
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 20 Aug 2021 12:55:40 +0000 (14:55 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 20 Aug 2021 12:55:40 +0000 (14:55 +0200)
commit969c3135d6998903d640353cb039da4945c71f79
tree3ca9056c51880a347e815600c7150f5a542a3406
parent573e8eef86acb560541226465817d5a84efeebc5
Remove even more waiting from execute-extended-command

* lisp/simple.el (execute-extended-command): Remove all the
waiting from the command and do it all with timers (bug#50042).
This ensures that post-command-hook is run immediately also when
the command has messaged something.
lisp/simple.el