# HG changeset patch # User Eli Zaretskii # Date 1076936005 0 # Node ID c75b456db0b92ffaa8cc124f464c4cada33ca801 # Parent 227623e374e89b205e20ccac21858a1d6e551841 *** empty log message *** diff -r 227623e374e8 -r c75b456db0b9 lisp/ChangeLog --- a/lisp/ChangeLog Mon Feb 16 12:50:24 2004 +0000 +++ b/lisp/ChangeLog Mon Feb 16 12:53:25 2004 +0000 @@ -1,3 +1,10 @@ +2004-02-16 Alfred M. Szmidt (tiny change) + + * progmodes/compile.el (compilation-directory): New defvar. + (compile): Save current directory in compilation-directory. + (recompile): Bind default-directory to compilation-directory if + that is non-nil. + 2004-02-16 Dave Love * newcomment.el (comment-insert-comment-function)