Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
043442b4
Commit
043442b4
authored
Mar 19, 2004
by
Kim F. Storm
Browse files
(compilation-start): Always set compilation-last-buffer and return it.
parent
3f2c97ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/progmodes/compile.el
lisp/progmodes/compile.el
+3
-3
No files found.
lisp/progmodes/compile.el
View file @
043442b4
...
...
@@ -927,9 +927,9 @@ exited abnormally with code %d\n"
(if (buffer-local-value 'compilation-scroll-output outbuf)
(save-selected-window
(select-window outwin)
(goto-char (point-max)))
;; Make it so the next C-x ` will use this buffer.
(setq compilation-last-buffer outbuf)))
)
(goto-char (point-max)))
)
;; Make it so the next C-x ` will use this buffer.
(setq compilation-last-buffer outbuf)))
(defun compilation-set-window-height (window)
"
Set
the
height
of
WINDOW
according
to
`
compilation-window-height
'.
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment