]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/compile.el: Remove unnecessary comments.
authorJonas Bernoulli <jonas@bernoul.li>
Mon, 20 Apr 2020 21:29:29 +0000 (23:29 +0200)
committerJonas Bernoulli <jonas@bernoul.li>
Thu, 13 Aug 2020 09:30:16 +0000 (11:30 +0200)
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.

lisp/progmodes/compile.el

index a76a3c44a355c82b310360fd318ffac28d632839..0b9f417845fbe9a48aa47aa77e2bc3ed876bdeb1 100644 (file)
@@ -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