# HG changeset patch # User Richard M. Stallman # Date 1181054626 0 # Node ID 25b98b520939781e9626011461eea5c3999dfc7c # Parent 22520110f80903c3607410ef449c24ec6d5a34e4 *** empty log message *** diff -r 22520110f809 -r 25b98b520939 lisp/ChangeLog --- a/lisp/ChangeLog Tue Jun 05 10:13:03 2007 +0000 +++ b/lisp/ChangeLog Tue Jun 05 14:43:46 2007 +0000 @@ -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