1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

*** empty log message ***

This commit is contained in:
Juanma Barranquero 2007-06-04 01:03:14 +00:00
parent b84acff63c
commit b1b15f7667

View 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.