1
Fork 0
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:
Kim F. Storm 2005-02-28 22:49:46 +00:00
parent 77032434ce
commit 18d2b950c9

View file

@ -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