(displaying-byte-compile-warnings): Show
entire "Compiling ..." line when recentering.
This commit is contained in:
parent
a59f6ba35e
commit
cb5b843e72
1 changed files with 3 additions and 2 deletions
|
@ -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))))))))
|
||||
|
||||
|
||||
;;;###autoload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue