# HG changeset patch # User Daniel Pfeiffer # Date 1095012453 0 # Node ID bb03bc287e9ca8163186e50a061e07e315ec54f3 # Parent 4bf76a50a98935f1dc3ccea93d39a6e0967b1394 *** empty log message *** diff -r 4bf76a50a989 -r bb03bc287e9c lisp/ChangeLog --- a/lisp/ChangeLog Sat Sep 11 21:43:42 2004 +0000 +++ b/lisp/ChangeLog Sun Sep 12 18:07:33 2004 +0000 @@ -1,3 +1,9 @@ +2004-09-12 Daniel Pfeiffer + + * progmodes/compile.el (compilation-start): Parse command to see + if it starts with a cd, and if so perform it for the *compilation* + buffer. Change the header to reflect this. + 2004-09-11 Kim F. Storm * ido.el (ido-enable-dot-prefix): Doc fix.