]> code.delx.au - gnu-emacs/commitdiff
(displaying-byte-compile-warnings): Show
authorKarl Heuer <kwzh@gnu.org>
Thu, 25 Sep 1997 01:10:01 +0000 (01:10 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 25 Sep 1997 01:10:01 +0000 (01:10 +0000)
entire "Compiling ..." line when recentering.

lisp/emacs-lisp/bytecomp.el

index 390b9d08ee8d187664135c9913a0de97dd810955..e4b45273734f54f1811dc079a3a0fefae1c2dd4d 100644 (file)
@@ -10,7 +10,7 @@
 
 ;;; This version incorporates changes up to version 2.10 of the 
 ;;; Zawinski-Furuseth compiler.
-(defconst byte-compile-version "$Revision: 2.33 $")
+(defconst byte-compile-version "$Revision: 2.34 $")
 
 ;; This file is part of GNU Emacs.
 
@@ -1119,7 +1119,8 @@ otherwise pop it")
             (prog1 (selected-window)
               (select-window (display-buffer (current-buffer)))
               (goto-char byte-compile-warnings-point-max)
-              (recenter 1))))))))
+              (previous-line 1)
+              (recenter 0))))))))
 
 \f
 ;;;###autoload