]> git.eshelyaron.com Git - emacs.git/commit
* lisp/repeat.el: Detect changes in the minibuffer state (bug#47566)
authorJuri Linkov <juri@linkov.net>
Mon, 15 Nov 2021 17:39:37 +0000 (19:39 +0200)
committerJuri Linkov <juri@linkov.net>
Mon, 15 Nov 2021 17:39:37 +0000 (19:39 +0200)
commitc840bfe7e13200b12e3d96eb83f3972f5d25cd0c
tree99df72b0415a4f6f93b3680072fe7537f9a71943
parent5044151486cfd88edceb841d2bf8378dcc906e34
* lisp/repeat.el: Detect changes in the minibuffer state (bug#47566)

(repeat--prev-mb): New internal variable.
(repeat-post-hook): Check the property 'repeat-map' on the symbol
from 'this-command' in addition to 'real-this-command'.  Don't allow
repeatable maps in the activated minibuffer or in the minibuffer
from another command.  Set 'repeat--prev-mb' at the end.
lisp/repeat.el