Mercurial > emacs
changeset 53979:c75b456db0b9
*** empty log message ***
author | Eli Zaretskii <eliz@is.elta.co.il> |
---|---|
date | Mon, 16 Feb 2004 12:53:25 +0000 |
parents | 227623e374e8 |
children | 0bcb32954b6f |
files | lisp/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <ams@kemisten.nu> (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 <fx@gnu.org> * newcomment.el (comment-insert-comment-function)