diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-12-28 03:44:37 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-12-28 03:44:37 +0000 |
commit | 6281e1e84dc30a52084fa6d9a8b4e6291182415c (patch) | |
tree | c2e8c15c363ceb8eb487fb32e4a075bd3a9c7068 /src | |
parent | 721b7d9ee61e436d012527664fee8acc152f4715 (diff) | |
download | emacs-6281e1e84dc30a52084fa6d9a8b4e6291182415c.tar.gz |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 6 |
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 @@ 2005-12-27 Richard M. Stallman <rms@gnu.org> + * lread.c (readevalloop): Set PT and ZV in the proper buffer, + not the current one. + + * minibuf.c (Fminibuffer_message): Doc fix. + (read_minibuf): Set current_buffer->enable_multibyte_characters sooner. + * eval.c (do_autoload): Ignore elements of Vautoload_queue where car is not symbol. |