mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(double-translate-key): Call force-window-update after
read-event to avoid crash in redisplay.
This commit is contained in:
parent
77032434ce
commit
18d2b950c9
1 changed files with 1 additions and 0 deletions
|
|
@ -116,6 +116,7 @@ but not `C-u X' or `ESC X' since the X is not the prefix key."
|
|||
;; End of generated event. See if he will repeat it...
|
||||
(let ((new (double-read-event prompt))
|
||||
(entry (assoc double-last-event double-map)))
|
||||
(force-window-update (selected-window))
|
||||
(if (eq new double-last-event)
|
||||
(progn
|
||||
(setq unread-command-events
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue