Mercurial > emacs
diff lisp/ChangeLog @ 104247:9caaade61f03
* progmodes/compile.el (compilation-goto-locus): Use next-error-move-function.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 13 Aug 2009 00:58:54 +0000 |
parents | 81a43a652b4b |
children | 0655506844f6 |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Aug 13 00:57:17 2009 +0000 +++ b/lisp/ChangeLog Thu Aug 13 00:58:54 2009 +0000 @@ -1,5 +1,8 @@ 2009-08-13 Richard Stallman <rms@gnu.org> + * progmodes/compile.el (compilation-goto-locus): + Use next-error-move-function. + * simple.el (next-error-move-function): New variable. 2009-08-12 Juri Linkov <juri@jurta.org>