Fix bug#5620: recalculate all markers on compilation buffer
commitf4087766ce0aebb7c205ccd7ec28dfceb808d567
authorSam Steingold <sds@gnu.org>
Tue, 23 Mar 2010 18:22:46 +0000 (23 14:22 -0400)
committerSam Steingold <sds@gnu.org>
Tue, 23 Mar 2010 18:22:46 +0000 (23 14:22 -0400)
tree380d6ed5e73becc45c1b8c79618536bed82ecd50
parenta764697e5fa14bc650e35a5a0e68a070f755fcc5
Fix bug#5620: recalculate all markers on compilation buffer
modifications, not on file modifications.
(buffer-modtime): New buffer-local variable:
the buffer modification time, for buffers not associated with files.
(compilation-mode): Create it.
(compilation-filter): Update it.
(compilation-next-error-function): Use it instead of
`visited-file-modtime' for timestamp.
lisp/ChangeLog
lisp/progmodes/compile.el