From: Pavel Janík Date: Fri, 16 Nov 2001 22:54:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~18468 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=98cbb9fa3943d914de9099ab85fc1836f9c8c1c7;p=emacs.git *** empty log message *** --- diff --git a/mac/ChangeLog b/mac/ChangeLog index ef30ddc4d04..c21194c2c40 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog @@ -1,3 +1,7 @@ +2001-11-16 Pavel Janík + + * src/macterm.c (waiting_for_input): Remove unnecessary prototype. + 2001-11-16 Kim F. Storm The following changes are made to clean up the various internal diff --git a/src/ChangeLog b/src/ChangeLog index 4188e7de205..a65f8f1037e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,15 @@ 2001-11-16 Pavel Jan,Bm(Bk + * 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.