]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorPavel Janík <Pavel@Janik.cz>
Sun, 18 Nov 2001 08:37:52 +0000 (08:37 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sun, 18 Nov 2001 08:37:52 +0000 (08:37 +0000)
mac/ChangeLog
src/ChangeLog

index c21194c2c40fcdd50a5079241c131321e4b4b541..9c1bf96ee3f41c9378bc96ae621f97769cd4d39f 100644 (file)
@@ -1,6 +1,6 @@
 2001-11-16  Pavel Janík  <Pavel@Janik.cz>
 
-       * src/macterm.c (waiting_for_input): Remove unnecessary prototype.
+       * src/macterm.c (waiting_for_input): Remove unnecessary declaration.
 
 2001-11-16  Kim F. Storm  <storm@cua.dk>
 
index 8c2f633f276757d4958fc15106dd3ed52ac63099..ed4eee4050edbfaca131b38a4440c34a8515b6e2 100644 (file)
 
        * 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  <monnier@cs.yale.edu>