Mercurial > emacs
diff etc/NEWS @ 81795:15008ad392dc
(compilation-auto-jump-to-first-error,compilation-auto-jump-to-next): New vars.
(compilation-auto-jump): New function.
(compilation-error-properties): Use them to jump to first error.
(compilation-start): Set the var if requested.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 10 Jul 2007 16:01:25 +0000 |
parents | 9ec60a953d51 |
children | dc2bceb79a0a |
line wrap: on
line diff
--- a/etc/NEWS Tue Jul 10 15:40:06 2007 +0000 +++ b/etc/NEWS Tue Jul 10 16:01:25 2007 +0000 @@ -73,6 +73,9 @@ * Changes in Specialized Modes and Packages in Emacs 23.1 +** compilation-auto-jump-to-first-error tells `compile' to jump to +the first error encountered during compilations. + ** In the `copyright' package, you can specify your copyright holders's names. Only copyright lines with holders matching copyright-names-regexp will be considered for update.