]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Jun 2007 01:03:14 +0000 (01:03 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Jun 2007 01:03:14 +0000 (01:03 +0000)
lisp/ChangeLog

index 6dd872e1482100d01c089208f0f4f9cc41d74fdc..89311b6a579890329021b85ea562c65f73abc881 100644 (file)
@@ -1,12 +1,13 @@
-2007-05-01  Sam Steingold  <sds@gnu.org>
+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.
        (compilation-next-error-function): Set TIMESTAMP.
 
-2007-05-15  Sam Steingold  <sds@gnu.org>
+2007-06-03  Sam Steingold  <sds@gnu.org>
 
        * files.el (kill-buffer-ask): New function.
        (kill-some-buffers): Use it.