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
95d219b5
Commit
95d219b5
authored
Mar 14, 1996
by
Roland McGrath
Browse files
(compilation-find-buffer): Only choose compilation-last-buffer if it is
compilation-buffer-p.
parent
f694e5d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/progmodes/compile.el
lisp/progmodes/compile.el
+1
-0
No files found.
lisp/progmodes/compile.el
View file @
95d219b5
...
...
@@ -913,6 +913,7 @@ other kinds of prefix arguments are ignored."
;; The current buffer is a compilation buffer.
(current-buffer)
(if (and compilation-last-buffer (buffer-name compilation-last-buffer)
(compilation-buffer-p compilation-last-buffer)
(or (not other-buffer) (not (eq compilation-last-buffer
(current-buffer)))))
compilation-last-buffer
...
...
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