* lisp/progmodes/compile.el: Remove unnecessary comments.
These comments are unnecessary because the doc-strings that follow already cover the same ground, while being more concise. These comments were also prefixed with too many semicolons, causing them to be treated as outline headings.
This commit is contained in:
parent
0bc9e7b8f5
commit
aaa69dc923
1 changed files with 0 additions and 2 deletions
|
@ -2373,12 +2373,10 @@ and runs `compilation-filter-hook'."
|
|||
(set-marker min nil)
|
||||
(set-marker max nil))))))
|
||||
|
||||
;;; test if a buffer is a compilation buffer, assuming we're in the buffer
|
||||
(defsubst compilation-buffer-internal-p ()
|
||||
"Test if inside a compilation buffer."
|
||||
(local-variable-p 'compilation-locs))
|
||||
|
||||
;;; test if a buffer is a compilation buffer, using compilation-buffer-internal-p
|
||||
(defsubst compilation-buffer-p (buffer)
|
||||
"Test if BUFFER is a compilation buffer."
|
||||
(with-current-buffer buffer
|
||||
|
|
Loading…
Add table
Reference in a new issue