aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-04 15:54:41 +0000
committerGerd Moellmann2000-12-04 15:54:41 +0000
commitd7f31e224bfa16fddde4288a8e31fd0f8001935d (patch)
treed71dedd62b7e4f5d560e5ef88821341d1092a2b1 /src/ChangeLog
parentae18aa3b610f1de4fe2b81595090deedefe6f836 (diff)
downloademacs-d7f31e224bfa16fddde4288a8e31fd0f8001935d.tar.gz
emacs-d7f31e224bfa16fddde4288a8e31fd0f8001935d.zip
(auto_save_error): Add parameter ERROR. Show the
error in the message.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e484ffed576..ece9b428aa1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12000-12-04 Gerd Moellmann <gerd@gnu.org> 12000-12-04 Gerd Moellmann <gerd@gnu.org>
2 2
3 * fileio.c (auto_save_error): Add parameter ERROR. Show the
4 error in the message.
5
3 * keyboard.c (Fread_key_sequence): Don't start the busy cursor 6 * keyboard.c (Fread_key_sequence): Don't start the busy cursor
4 timer after having read a key. It's not good for code reading 7 timer after having read a key. It's not good for code reading
5 several keys in a loop, like an input method. 8 several keys in a loop, like an input method.