diff options
| author | Gerd Moellmann | 2001-04-11 14:29:29 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-04-11 14:29:29 +0000 |
| commit | 30cb0001ff11a7b5f4720c7522d6dfaf447b4b78 (patch) | |
| tree | cc19d50579474637140ae33823893edabf026f22 | |
| parent | 27f5188cd180fdf02f57768c7c70071b47f60bea (diff) | |
| download | emacs-30cb0001ff11a7b5f4720c7522d6dfaf447b4b78.tar.gz emacs-30cb0001ff11a7b5f4720c7522d6dfaf447b4b78.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9e7c4fbe93a..ebb8d109f15 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-04-11 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * startup.el (command-line): Output a newline after printing | ||
| 4 | an error from loading the window system's init file. | ||
| 5 | |||
| 1 | 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il> | 6 | 2001-04-11 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 7 | ||
| 3 | * textmodes/texinfo.el (texinfo-font-lock-keywords): Add | 8 | * textmodes/texinfo.el (texinfo-font-lock-keywords): Add |
diff --git a/src/ChangeLog b/src/ChangeLog index b471a4cb4b8..b44cf73393e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2001-04-11 Gerd Moellmann <gerd@gnu.org> | 1 | 2001-04-11 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * fns.c: Include blockinput.h. | ||
| 4 | |||
| 3 | * fns.c (Fplist_get): Don't QUIT if interrupt_input_blocked. | 5 | * fns.c (Fplist_get): Don't QUIT if interrupt_input_blocked. |
| 4 | 6 | ||
| 5 | 2001-04-10 Gerd Moellmann <gerd@gnu.org> | 7 | 2001-04-10 Gerd Moellmann <gerd@gnu.org> |