diff options
| author | Glenn Morris | 2010-12-13 20:46:07 -0800 |
|---|---|---|
| committer | Glenn Morris | 2010-12-13 20:46:07 -0800 |
| commit | 38e9aa5346cd332b6d969a8ecb180cb290740379 (patch) | |
| tree | dc6eba8c8ade19f747e575c2a8ee5e7d800fd8e6 | |
| parent | 53aff12a2f57ca0830b425a6097d93bb8da637ca (diff) | |
| download | emacs-38e9aa5346cd332b6d969a8ecb180cb290740379.tar.gz emacs-38e9aa5346cd332b6d969a8ecb180cb290740379.zip | |
ChangeLog fix.
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 75075e9b203..778d47c4b04 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -9599,8 +9599,9 @@ | |||
| 9599 | 9599 | ||
| 9600 | Fix bug#5620: recalculate all markers on compilation buffer | 9600 | Fix bug#5620: recalculate all markers on compilation buffer |
| 9601 | modifications, not on file modifications. | 9601 | modifications, not on file modifications. |
| 9602 | * progmodes/compile.el (buffer-modtime): New buffer-local variable: | 9602 | * progmodes/compile.el (compilation-buffer-modtime): New buffer-local |
| 9603 | the buffer modification time, for buffers not associated with files. | 9603 | variable: the buffer modification time, for buffers not associated with |
| 9604 | files. | ||
| 9604 | (compilation-mode): Create it. | 9605 | (compilation-mode): Create it. |
| 9605 | (compilation-filter): Update it. | 9606 | (compilation-filter): Update it. |
| 9606 | (compilation-next-error-function): Use it instead of | 9607 | (compilation-next-error-function): Use it instead of |