Skip to content

Commit

Permalink
bug: allow read-key-sequence to also retain minibuffer message #17
Browse files Browse the repository at this point in the history
  • Loading branch information
kiennq committed Mar 5, 2020
1 parent d73ddac commit bcf65fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mini-modeline.el
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ When ARG is:
(setq mini-modeline--msg msg))
;; Reset echo message when timeout and not in middle of command
(when (and mini-modeline--msg
(not (eq mini-modeline--command-state 'exec))
(not (memq mini-modeline--command-state '(exec exec-read)))
(mini-modeline--overduep mini-modeline--last-echoed
mini-modeline-echo-duration))
(setq mini-modeline--msg nil))
Expand Down

0 comments on commit bcf65fb

Please sign in to comment.