diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-10-14 01:33:49 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-10-14 01:33:49 +0000 |
commit | 411df82f0aa642d89ed427adeb9f52c81d06c30c (patch) | |
tree | 9da33a04ac50b4acb23e65e1a47b0d941e08a426 /src/ChangeLog | |
parent | 8c26d7b356a8674c7bf052bcb829a183cc929cc9 (diff) | |
download | emacs-411df82f0aa642d89ed427adeb9f52c81d06c30c.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b0c1d0b132d..0363b6c6c8b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2002-10-13 Richard M. Stallman <rms@gnu.org> + + * window.c (window_scroll): Set immediate_quit. + + * print.c (print): When backquote form is the car of a list, + output in old style. Use old_backquote_output to output all + comma forms inside it in old style too. + + * buffer.h (struct buffer): Move `undo_list' down below `name'. + 2002-10-11 Markus Rost <rost@math.ohio-state.edu> * emacs.c (syms_of_emacs) <kill-emacs-hook>: Doc fix (not run in |