aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2005-12-28 02:09:45 +0000
committerRichard M. Stallman2005-12-28 02:09:45 +0000
commitfe5195e82e767505b65abebb9b7c26d6e0723d8a (patch)
treec71dda9ff2baedbccf8b94c880ff335a267ef18b /src/ChangeLog
parent84116a137cedf0968d3717bb4100441677298d2f (diff)
downloademacs-fe5195e82e767505b65abebb9b7c26d6e0723d8a.tar.gz
emacs-fe5195e82e767505b65abebb9b7c26d6e0723d8a.zip
(do_autoload): Ignore elements of Vautoload_queue where car is not symbol.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 443a6f83208..c73d490c8ac 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12005-12-27 Richard M. Stallman <rms@gnu.org>
2
3 * eval.c (do_autoload): Ignore elements of Vautoload_queue
4 where car is not symbol.
5
12005-12-27 Kenichi Handa <handa@m17n.org> 62005-12-27 Kenichi Handa <handa@m17n.org>
2 7
3 * charset.c (lisp_string_width): Check multibyteness of STRING. 8 * charset.c (lisp_string_width): Check multibyteness of STRING.