diff options
| author | Pavel Janík | 2001-10-29 17:53:18 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-10-29 17:53:18 +0000 |
| commit | 74e79967f5c5dfec288a3683c134d59485cbe357 (patch) | |
| tree | d2734a12b0757638ffcaf8f42369ce42d36a435c /src/ChangeLog | |
| parent | d90a41e8ba1711e207e80fb6f18182c2645a8601 (diff) | |
| download | emacs-74e79967f5c5dfec288a3683c134d59485cbe357.tar.gz emacs-74e79967f5c5dfec288a3683c134d59485cbe357.zip | |
(Finput_pending_p): Fix typo in doc-string.
(echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 924e28a18d0..3c8465320ab 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-10-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | ||
| 2 | |||
| 3 | * keyboard.c (Finput_pending_p): Fix typo in doc-string. | ||
| 4 | (echo-area-clear-hook): Properly DEFVAR_LISP and staticpro it. | ||
| 5 | |||
| 1 | 2001-10-29 Gerd Moellmann <gerd@gnu.org> | 6 | 2001-10-29 Gerd Moellmann <gerd@gnu.org> |
| 2 | 7 | ||
| 3 | * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area, | 8 | * xterm.c (x_display_and_set_cursor): If cursor_in_echo_area, |