Mercurial > emacs
diff src/ChangeLog @ 41182:db856db0784c
*** empty log message ***
| author | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| date | Sat, 17 Nov 2001 01:25:10 +0000 |
| parents | 52c7290aa723 |
| children | 7f09d8712a4a |
line wrap: on
line diff
--- a/src/ChangeLog Sat Nov 17 01:24:01 2001 +0000 +++ b/src/ChangeLog Sat Nov 17 01:25:10 2001 +0000 @@ -1,3 +1,10 @@ +2001-11-16 Stefan Monnier <monnier@cs.yale.edu> + + * fileio.c (build_annotations): Split off the tail. + (build_annotations_2): New fun. Extracted from build_annotations. + (Fwrite_region): Split the call to build_annotations into two + calls to build_annotations and build_annotations_2. + 2001-11-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> * sysdep.c (wait_for_kbd_input) [VMS]: Do not call @@ -5,8 +12,7 @@ * xterm.h (x_update_cursor): Remove duplicated prototype. - * keyboard.h (clear_waiting_for_input): Remove duplicated - prototype. + * keyboard.h (clear_waiting_for_input): Remove duplicated prototype. * xterm.c (waiting_for_input): Remove unnecessary prototype.
