Mercurial > emacs
changeset 81153:1c16d38b6089
typo
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Tue, 05 Jun 2007 18:29:37 +0000 |
parents | 24cf4b8dd654 |
children | 27cf42dce35e |
files | lisp/ChangeLog |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Jun 05 15:46:43 2007 +0000 +++ b/lisp/ChangeLog Tue Jun 05 18:29:37 2007 +0000 @@ -36,7 +36,7 @@ * 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-loop): VISITED is now 5th CDR. (compilation-next-error-function): Set TIMESTAMP. 2007-06-03 Sam Steingold <sds@gnu.org>