Mercurial > emacs
changeset 60312:789a36c2bc56
(double-translate-key): Call force-window-update after
read-event to avoid crash in redisplay.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 28 Feb 2005 22:49:46 +0000 |
parents | 8118c2d88b46 |
children | 6847050e3bad |
files | lisp/double.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/double.el Mon Feb 28 22:49:24 2005 +0000 +++ b/lisp/double.el Mon Feb 28 22:49:46 2005 +0000 @@ -116,6 +116,7 @@ ;; 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