]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 5 Jun 2007 14:43:46 +0000 (14:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 5 Jun 2007 14:43:46 +0000 (14:43 +0000)
lisp/ChangeLog

index d3ae809dedafed13aedfe6e521b6fa3e47da4812..55d636701695e5384ac521c6cee8bb2fe8802a8c 100644 (file)
 
 2007-06-03  Sam Steingold  <sds@gnu.org>
 
-       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  <sds@gnu.org>