comparison lisp/ChangeLog @ 81153:1c16d38b6089

typo
author Sam Steingold <sds@gnu.org>
date Tue, 05 Jun 2007 18:29:37 +0000
parents 76b6baa28d33
children f4ca15f9c692
comparison
equal deleted inserted replaced
81152:24cf4b8dd654 81153:1c16d38b6089
34 34
35 2007-06-03 Sam Steingold <sds@gnu.org> 35 2007-06-03 Sam Steingold <sds@gnu.org>
36 36
37 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to 37 * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
38 handle unending automatic recompilation of changed files (`omake -P'). 38 handle unending automatic recompilation of changed files (`omake -P').
39 (compilation-loop): VISITED is not 5th CDR. 39 (compilation-loop): VISITED is now 5th CDR.
40 (compilation-next-error-function): Set TIMESTAMP. 40 (compilation-next-error-function): Set TIMESTAMP.
41 41
42 2007-06-03 Sam Steingold <sds@gnu.org> 42 2007-06-03 Sam Steingold <sds@gnu.org>
43 43
44 * files.el (kill-buffer-ask): New function. 44 * files.el (kill-buffer-ask): New function.