]> git.eshelyaron.com Git - emacs.git/commitdiff
*** compilation-scroll-output accepts a new value, `first-error', which
authorChong Yidong <cyd@stupidchicken.com>
Mon, 17 Nov 2008 01:51:09 +0000 (01:51 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 17 Nov 2008 01:51:09 +0000 (01:51 +0000)
says to stop auto scrolling at the first error that occurs.

etc/NEWS

index c4ef10c84ac82a5d8a7c84476995353c709a688a..62323f413a258d4aaa73e30d00487c82bfdf251a 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -693,6 +693,9 @@ running, (b) successful completion, (c) error.
 +++
 *** compilation-auto-jump-to-first-error tells `compile' to jump to
 the first error encountered during compilations.
++++
+*** compilation-scroll-output accepts a new value, `first-error', which
+says to stop auto scrolling at the first error that occurs.
 ---
 *** The `cc' alias for C++ files in `grep-file-aliases' has been
 improved. `hh' can be used to match C++ header files and `cchh' both