Mercurial > emacs
changeset 41166:52c7290aa723
*** empty log message ***
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Fri, 16 Nov 2001 22:54:22 +0000 |
parents | 387f7c5a7814 |
children | ae8862effdf5 |
files | mac/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mac/ChangeLog Fri Nov 16 22:52:53 2001 +0000 +++ b/mac/ChangeLog Fri Nov 16 22:54:22 2001 +0000 @@ -1,3 +1,7 @@ +2001-11-16 Pavel Janík <Pavel@Janik.cz> + + * src/macterm.c (waiting_for_input): Remove unnecessary prototype. + 2001-11-16 Kim F. Storm <storm@cua.dk> The following changes are made to clean up the various internal
--- a/src/ChangeLog Fri Nov 16 22:52:53 2001 +0000 +++ b/src/ChangeLog Fri Nov 16 22:54:22 2001 +0000 @@ -1,5 +1,15 @@ 2001-11-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> + * sysdep.c (wait_for_kbd_input) [VMS]: Do not call + clear_waiting_for_input with argument. + + * xterm.h (x_update_cursor): Remove duplicated prototype. + + * keyboard.h (clear_waiting_for_input): Remove duplicated + prototype. + + * xterm.c (waiting_for_input): Remove unnecessary prototype. + * data.c (Ftimes): Doc fix. (Fquo): Likewise. (Frem): Likewise.