From: Gerd Moellmann Date: Wed, 11 Apr 2001 14:29:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.103~231 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=30cb0001ff11a7b5f4720c7522d6dfaf447b4b78;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9e7c4fbe93a..ebb8d109f15 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-04-11 Gerd Moellmann + + * startup.el (command-line): Output a newline after printing + an error from loading the window system's init file. + 2001-04-11 Eli Zaretskii * 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 @@ 2001-04-11 Gerd Moellmann + * fns.c: Include blockinput.h. + * fns.c (Fplist_get): Don't QUIT if interrupt_input_blocked. 2001-04-10 Gerd Moellmann