mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(compile-internal): Call compilation-set-window-height
before setting window start.
This commit is contained in:
parent
a94d391acd
commit
dfe02f1424
1 changed files with 1 additions and 1 deletions
|
|
@ -1094,10 +1094,10 @@ Returns the compilation buffer created."
|
|||
(set (make-local-variable 'lazy-lock-defer-on-scrolling) t)
|
||||
(setq default-directory thisdir
|
||||
compilation-directory-stack (list default-directory))
|
||||
(compilation-set-window-height outwin)
|
||||
(set-window-start outwin (point-min))
|
||||
(or (eq outwin (selected-window))
|
||||
(set-window-point outwin (point-min)))
|
||||
(compilation-set-window-height outwin)
|
||||
(if compilation-process-setup-function
|
||||
(funcall compilation-process-setup-function))
|
||||
;; Start the compilation.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue