diff lisp/ChangeLog @ 92315:3fe6adc69c98

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Thu, 28 Feb 2008 22:50:26 +0000
parents be4e2a3fa5b6
children 6cd1c02e3b83
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Feb 28 22:50:12 2008 +0000
+++ b/lisp/ChangeLog	Thu Feb 28 22:50:26 2008 +0000
@@ -1,3 +1,13 @@
+2008-02-28  Juri Linkov  <juri@jurta.org>
+
+	* startup.el: Always add initial message to *scratch* buffer if
+	`initial-scratch-message' is non-nil regardless of the value of
+	`inhibit-startup-screen'.
+	(inhibit-startup-screen, initial-scratch-message): Doc fix.
+	(command-line-1): Move code that inserts `initial-scratch-message'
+	up before the if-form that checks for `inhibit-startup-screen'.
+	Suggested by Jonathan Rockway <jon@jrock.us>.
+
 2008-02-28  Juri Linkov  <juri@jurta.org>
 
 	* cus-edit.el (custom-mode-map, custom-mode-link-map):