Mercurial > emacs
changeset 99652:6945b83c969f
*** compilation-scroll-output accepts a new value, `first-error', which
says to stop auto scrolling at the first error that occurs.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 17 Nov 2008 01:51:09 +0000 |
parents | 1f2d2e0198b0 |
children | d7ac626296a1 |
files | etc/NEWS |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Mon Nov 17 01:38:47 2008 +0000 +++ b/etc/NEWS Mon Nov 17 01:51:09 2008 +0000 @@ -693,6 +693,9 @@ +++ *** 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