]> git.eshelyaron.com Git - emacs.git/commitdiff
compilation-scroll-output fixed.
authorGlenn Morris <rgm@gnu.org>
Thu, 7 Feb 2008 06:17:10 +0000 (06:17 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 7 Feb 2008 06:17:10 +0000 (06:17 +0000)
etc/NEWS

index b6d2cee7b8c7134da267288415755c21145ae947..4f67d8cb8d1177ba0bbe5d71bf897256495a1730 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -85,6 +85,11 @@ customize it with the new option `desktop-load-locked-desktop'.  When saving,
 desktop.el warns about attempts to overwrite a desktop file if it determines
 that the desktop being saved is not an update of the one on disk.
 
+** Compilation mode now correctly respects the value of
+`compilation-scroll-output' between invocations.  Previously, output
+was mistakenly scrolled on compiles after the first.  Customize
+`compilation-scroll-output' if you want to retain the scrolling.
+
 * New Modes and Packages in Emacs 22.2
 
 ** bibtex-style-mode helps you write BibTeX's *.bst files.