aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c73d490c8ac..da18386f37f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12005-12-27 Richard M. Stallman <rms@gnu.org> 12005-12-27 Richard M. Stallman <rms@gnu.org>
2 2
3 * lread.c (readevalloop): Set PT and ZV in the proper buffer,
4 not the current one.
5
6 * minibuf.c (Fminibuffer_message): Doc fix.
7 (read_minibuf): Set current_buffer->enable_multibyte_characters sooner.
8
3 * eval.c (do_autoload): Ignore elements of Vautoload_queue 9 * eval.c (do_autoload): Ignore elements of Vautoload_queue
4 where car is not symbol. 10 where car is not symbol.
5 11