Mercurial > emacs
diff lisp/ChangeLog @ 85366:e8f9d460bc3e
(compilation-next-error-function): Fix timestamp
handling, so compilation-fake-loc works again.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 17 Oct 2007 16:24:33 +0000 |
parents | a10ee3a5c9ce |
children | 1fbaddcbc4ec |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Oct 17 16:22:48 2007 +0000 +++ b/lisp/ChangeLog Wed Oct 17 16:24:33 2007 +0000 @@ -1,5 +1,8 @@ 2007-10-17 Stefan Monnier <monnier@iro.umontreal.ca> + * progmodes/compile.el (compilation-next-error-function): Fix timestamp + handling, so compilation-fake-loc works again. + * server.el (server-select-display): Nop if we do not support m-f-o-d. (server-process-filter): Revert last change.