changeset 65060:6d51680c39ce

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 20 Aug 2005 21:50:48 +0000
parents 8bd0fdf7b9d1
children 623592d3fb62
files lisp/ChangeLog
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Aug 20 21:49:28 2005 +0000
+++ b/lisp/ChangeLog	Sat Aug 20 21:50:48 2005 +0000
@@ -1,3 +1,16 @@
+2005-08-20  Richard M. Stallman  <rms@gnu.org>
+
+	* files.el (normal-mode): If font lock is on, turn it off and on.
+
+	* subr.el (replace-regexp-in-string): Doc fix.
+
+	* startup.el (command-line-1): Don't suppress startup screen
+	due to existing processes.
+
+	* progmodes/grep.el (grep): Bind compilation-disable-input to t.
+
+	* progmodes/compile.el (compilation-disable-input): Default to nil.
+
 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
 
 	* progmodes/compile.el (compilation-disable-input): New defcustom.