comparison src/ChangeLog @ 67872:a03cb96b7c8e

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 28 Dec 2005 03:44:37 +0000
parents 478378ca909b
children e1dfc5458653
comparison
equal deleted inserted replaced
67871:998f4ca6948d 67872:a03cb96b7c8e
1 2005-12-27 Richard M. Stallman <rms@gnu.org> 1 2005-12-27 Richard M. Stallman <rms@gnu.org>
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.
2 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
6 2005-12-27 Kenichi Handa <handa@m17n.org> 12 2005-12-27 Kenichi Handa <handa@m17n.org>