aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog8
1 files changed, 3 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d3ae809deda..55d63670169 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -29,11 +29,9 @@
29 29
302007-06-03 Sam Steingold <sds@gnu.org> 302007-06-03 Sam Steingold <sds@gnu.org>
31 31
32 Add TIMESTAMP to LOC to handle "incremental compilation", e.g., 32 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
33 with `omake -P': the compilation process never terminates and 33 handle unending automatic recompilation of changed files (`omake -P').
34 automatically recompiles modified files. 34 (compilation-loop): VISITED is not 5th CDR.
35
36 * progmodes/compile.el (compilation-loop): VISITED is not 5th CDR.
37 (compilation-next-error-function): Set TIMESTAMP. 35 (compilation-next-error-function): Set TIMESTAMP.
38 36
392007-06-03 Sam Steingold <sds@gnu.org> 372007-06-03 Sam Steingold <sds@gnu.org>