aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-11-17 01:51:09 +0000
committerChong Yidong2008-11-17 01:51:09 +0000
commit194894cb113ac796bb44ab4b316e9fe0d6322101 (patch)
tree0b28edad2e417f4d5b8a8b4bd2b28955d300ce38
parent07799e9ae1d2763bb9c7dfc8736fbf1a9aa347bf (diff)
downloademacs-194894cb113ac796bb44ab4b316e9fe0d6322101.tar.gz
emacs-194894cb113ac796bb44ab4b316e9fe0d6322101.zip
*** compilation-scroll-output accepts a new value, `first-error', which
says to stop auto scrolling at the first error that occurs.
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c4ef10c84ac..62323f413a2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -693,6 +693,9 @@ running, (b) successful completion, (c) error.
693+++ 693+++
694*** compilation-auto-jump-to-first-error tells `compile' to jump to 694*** compilation-auto-jump-to-first-error tells `compile' to jump to
695the first error encountered during compilations. 695the first error encountered during compilations.
696+++
697*** compilation-scroll-output accepts a new value, `first-error', which
698says to stop auto scrolling at the first error that occurs.
696--- 699---
697*** The `cc' alias for C++ files in `grep-file-aliases' has been 700*** The `cc' alias for C++ files in `grep-file-aliases' has been
698improved. `hh' can be used to match C++ header files and `cchh' both 701improved. `hh' can be used to match C++ header files and `cchh' both