changeset 81134:46c78a4184dd

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 04 Jun 2007 01:03:14 +0000
parents 1b2ee4e66d28
children 89afbe74739e
files lisp/ChangeLog
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Jun 03 18:56:15 2007 +0000
+++ b/lisp/ChangeLog	Mon Jun 04 01:03:14 2007 +0000
@@ -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.