From: Pavel Janík Date: Sun, 18 Nov 2001 08:37:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~18403 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ea904403d4c7c10ac935dee70053cac35ca10680;p=emacs.git *** empty log message *** --- diff --git a/mac/ChangeLog b/mac/ChangeLog index c21194c2c40..9c1bf96ee3f 100644 --- a/mac/ChangeLog +++ b/mac/ChangeLog @@ -1,6 +1,6 @@ 2001-11-16 Pavel Janík - * src/macterm.c (waiting_for_input): Remove unnecessary prototype. + * src/macterm.c (waiting_for_input): Remove unnecessary declaration. 2001-11-16 Kim F. Storm diff --git a/src/ChangeLog b/src/ChangeLog index 8c2f633f276..ed4eee4050e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -53,12 +53,9 @@ * keyboard.h (clear_waiting_for_input): Remove duplicated prototype. - * xterm.c (waiting_for_input): Remove unnecessary prototype. + * xterm.c (waiting_for_input): Remove unnecessary declaration. - * data.c (Ftimes): Doc fix. - (Fquo): Likewise. - (Frem): Likewise. - (Fmod): Likewise. + * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix. 2001-11-16 Stefan Monnier