# HG changeset patch # User Gerd Moellmann # Date 986999369 0 # Node ID 8bc0bd3d9924bd551a5130408ec075b78bd478da # Parent 43f6d0dc6354cfd6efaf85287df02c5a91ce6192 *** empty log message *** diff -r 43f6d0dc6354 -r 8bc0bd3d9924 lisp/ChangeLog --- a/lisp/ChangeLog Wed Apr 11 14:28:56 2001 +0000 +++ b/lisp/ChangeLog Wed Apr 11 14:29:29 2001 +0000 @@ -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 -r 43f6d0dc6354 -r 8bc0bd3d9924 src/ChangeLog --- a/src/ChangeLog Wed Apr 11 14:28:56 2001 +0000 +++ b/src/ChangeLog Wed Apr 11 14:29:29 2001 +0000 @@ -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