diff options
| author | Richard M. Stallman | 2005-12-28 02:09:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-12-28 02:09:45 +0000 |
| commit | fe5195e82e767505b65abebb9b7c26d6e0723d8a (patch) | |
| tree | c71dda9ff2baedbccf8b94c880ff335a267ef18b /src/ChangeLog | |
| parent | 84116a137cedf0968d3717bb4100441677298d2f (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2005-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 | |||
| 1 | 2005-12-27 Kenichi Handa <handa@m17n.org> | 6 | 2005-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. |