diff options
author | Pavel JanÃk <Pavel@Janik.cz> | 2001-11-16 22:54:22 +0000 |
---|---|---|
committer | Pavel JanÃk <Pavel@Janik.cz> | 2001-11-16 22:54:22 +0000 |
commit | 98cbb9fa3943d914de9099ab85fc1836f9c8c1c7 (patch) | |
tree | 4f97a2c0204b251ac6d26ad3734efbb081c5d8dd | |
parent | 86e9de5f07675f80b2deac3bad93c36920611fcb (diff) | |
download | emacs-98cbb9fa3943d914de9099ab85fc1836f9c8c1c7.tar.gz |
*** empty log message ***
-rw-r--r-- | mac/ChangeLog | 4 | ||||
-rw-r--r-- | src/ChangeLog | 10 |
2 files changed, 14 insertions, 0 deletions
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 <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 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 <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. |