]> git.eshelyaron.com Git - emacs.git/commit
Fix issue with register commands in kmacro
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 18 Dec 2023 06:11:42 +0000 (07:11 +0100)
committerThierry Volpiatto <thievol@posteo.net>
Wed, 20 Dec 2023 17:14:03 +0000 (18:14 +0100)
commit73acd543cb1f88af880445de1e1a7238dd46c9de
tree7a65f22c8fc68b03d4d46fd65f02a9ce78e4793b
parent67e16d37e9c83fea9f67d144eeac27a83d52c949
Fix issue with register commands in kmacro

Using post-command-hook in minibuffer-setup-hook instead of a timer
allow running exit-minibuffer without delay and ensure the serie of
commands used in a kmacro run synchronously.

* lisp/register.el (register-read-with-preview-fancy): Do it.
lisp/register.el