From: Richard M. Stallman Date: Tue, 5 Jun 2007 14:43:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~12491 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2216ee11f8206ebf3ece763d885de2116fb1745c;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d3ae809deda..55d63670169 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -29,11 +29,9 @@ 2007-06-03 Sam Steingold - Add TIMESTAMP to LOC to handle "incremental compilation", e.g., - with `omake -P': the compilation process never terminates and - automatically recompiles modified files. - - * progmodes/compile.el (compilation-loop): VISITED is not 5th CDR. + * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to + handle unending automatic recompilation of changed files (`omake -P'). + (compilation-loop): VISITED is not 5th CDR. (compilation-next-error-function): Set TIMESTAMP. 2007-06-03 Sam Steingold