diff options
author | Kim F. Storm <storm@cua.dk> | 2005-02-28 22:49:24 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2005-02-28 22:49:24 +0000 |
commit | 77032434ced576b35536acb209e13ea5149bda09 (patch) | |
tree | 4e17816ce4652963af12347dea2f7348e9bbece8 | |
parent | c4d5a8a1f54787509b47026b0059d1ab0e723525 (diff) | |
download | emacs-77032434ced576b35536acb209e13ea5149bda09.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 42a849d1012..2805625fe66 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-02-28 Kim F. Storm <storm@cua.dk> + + * double.el (double-translate-key): Call force-window-update after + read-event to avoid crash in redisplay. + 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca> * emacs-lisp/debug.el (inhibit-debug-on-entry): New var. |