aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2001-11-18 08:37:52 +0000
committerPavel Janík2001-11-18 08:37:52 +0000
commitea904403d4c7c10ac935dee70053cac35ca10680 (patch)
tree34890c9b80f27aa3b57831abdb577fcced1d858d
parentf4ca4b00b5516a58880377c1ef130a094a52d090 (diff)
downloademacs-ea904403d4c7c10ac935dee70053cac35ca10680.tar.gz
emacs-ea904403d4c7c10ac935dee70053cac35ca10680.zip
*** empty log message ***
-rw-r--r--mac/ChangeLog2
-rw-r--r--src/ChangeLog7
2 files changed, 3 insertions, 6 deletions
diff --git a/mac/ChangeLog b/mac/ChangeLog
index c21194c2c40..9c1bf96ee3f 100644
--- a/mac/ChangeLog
+++ b/mac/ChangeLog
@@ -1,6 +1,6 @@
12001-11-16 Pavel Janík <Pavel@Janik.cz> 12001-11-16 Pavel Janík <Pavel@Janik.cz>
2 2
3 * src/macterm.c (waiting_for_input): Remove unnecessary prototype. 3 * src/macterm.c (waiting_for_input): Remove unnecessary declaration.
4 4
52001-11-16 Kim F. Storm <storm@cua.dk> 52001-11-16 Kim F. Storm <storm@cua.dk>
6 6
diff --git a/src/ChangeLog b/src/ChangeLog
index 8c2f633f276..ed4eee4050e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -53,12 +53,9 @@
53 53
54 * keyboard.h (clear_waiting_for_input): Remove duplicated prototype. 54 * keyboard.h (clear_waiting_for_input): Remove duplicated prototype.
55 55
56 * xterm.c (waiting_for_input): Remove unnecessary prototype. 56 * xterm.c (waiting_for_input): Remove unnecessary declaration.
57 57
58 * data.c (Ftimes): Doc fix. 58 * data.c (Ftimes, Fquo, Frem, Fmod): Doc fix.
59 (Fquo): Likewise.
60 (Frem): Likewise.
61 (Fmod): Likewise.
62 59
632001-11-16 Stefan Monnier <monnier@cs.yale.edu> 602001-11-16 Stefan Monnier <monnier@cs.yale.edu>
64 61