comparison lisp/ChangeLog @ 65060:6d51680c39ce

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 20 Aug 2005 21:50:48 +0000
parents ef71f705f7d4
children fa10c4ebc29a
comparison
equal deleted inserted replaced
65059:8bd0fdf7b9d1 65060:6d51680c39ce
1 2005-08-20 Richard M. Stallman <rms@gnu.org>
2
3 * files.el (normal-mode): If font lock is on, turn it off and on.
4
5 * subr.el (replace-regexp-in-string): Doc fix.
6
7 * startup.el (command-line-1): Don't suppress startup screen
8 due to existing processes.
9
10 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
11
12 * progmodes/compile.el (compilation-disable-input): Default to nil.
13
1 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change) 14 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
2 15
3 * progmodes/compile.el (compilation-disable-input): New defcustom. 16 * progmodes/compile.el (compilation-disable-input): New defcustom.
4 (compilation-start): If compilation-disable-input is non-nil, send 17 (compilation-start): If compilation-disable-input is non-nil, send
5 EOF to the compilation process. 18 EOF to the compilation process.