From: Kim F. Storm Date: Mon, 28 Feb 2005 22:49:46 +0000 (+0000) Subject: (double-translate-key): Call force-window-update after X-Git-Tag: ttn-vms-21-2-B4~2067 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=18d2b950c9ee71448bed9b6dc7f2608a1fa7f2cc;p=emacs.git (double-translate-key): Call force-window-update after read-event to avoid crash in redisplay. --- diff --git a/lisp/double.el b/lisp/double.el index fc931992bd1..c9c27203344 100644 --- a/lisp/double.el +++ b/lisp/double.el @@ -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