emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master aaa69dc 06/15: * lisp/progmodes/compile.el: Remove unnecessary co


From: Jonas Bernoulli
Subject: master aaa69dc 06/15: * lisp/progmodes/compile.el: Remove unnecessary comments.
Date: Thu, 13 Aug 2020 05:36:54 -0400 (EDT)

branch: master
commit aaa69dc92308b99cc5ded78389a4669ae10f46dd
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    * 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.
---
 lisp/progmodes/compile.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index a76a3c4..0b9f417 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]