changeset 37321:8bc0bd3d9924

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 11 Apr 2001 14:29:29 +0000
parents 43f6d0dc6354
children d27be94466e0
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <gerd@gnu.org>
+
+	* startup.el (command-line): Output a newline after printing
+	an error from loading the window system's init file.
+
 2001-04-11  Eli Zaretskii  <eliz@is.elta.co.il>
 
 	* textmodes/texinfo.el (texinfo-font-lock-keywords): Add
--- 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  <gerd@gnu.org>
 
+	* fns.c: Include blockinput.h.
+	
 	* fns.c (Fplist_get): Don't QUIT if interrupt_input_blocked.
 
 2001-04-10  Gerd Moellmann  <gerd@gnu.org>