Mercurial > emacs
diff src/ChangeLog @ 34175:d311c748a358
*** empty log message ***
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Mon, 04 Dec 2000 14:48:32 +0000 |
| parents | 61c508390aa6 |
| children | 145a52105c01 |
line wrap: on
line diff
--- a/src/ChangeLog Mon Dec 04 14:48:10 2000 +0000 +++ b/src/ChangeLog Mon Dec 04 14:48:32 2000 +0000 @@ -1,5 +1,9 @@ 2000-12-04 Gerd Moellmann <gerd@gnu.org> + * keyboard.c (Fread_key_sequence): Don't start the busy cursor + timer after having read a key. It's not good for code reading + several keys in a loop, like an input method. + * fileio.c (Finsert_file_contents): When VISIT is t, don't record undo information for format-decode.
