]> git.eshelyaron.com Git - emacs.git/commit
Fix to clear echo-area after repeat-exit-timeout.
authorGabriel do Nascimento Ribeiro <gabriel376@hotmail.com>
Mon, 23 Aug 2021 22:05:58 +0000 (19:05 -0300)
committerJuri Linkov <juri@linkov.net>
Tue, 24 Aug 2021 06:44:05 +0000 (09:44 +0300)
commit0c640b82f0b3d9a06156a61af0aeec11a2f98ba0
treee926f1e209386480b3233b69dc96c78ae5013d6c
parentca3e4b3072884ab157328a4f2a4cf5a12b5d367f
Fix to clear echo-area after repeat-exit-timeout.

* lisp/repeat.el (repeat-echo-message): Use 'string-match-p'
to handle cases where echo-area contains other messages (bug#50176).
lisp/repeat.el