emacs-diffs
[Top][All Lists]
Advanced

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

master 856502d: Remove stale comments from gnus-msg.el


From: Basil L. Contovounesios
Subject: master 856502d: Remove stale comments from gnus-msg.el
Date: Sat, 13 Feb 2021 08:01:36 -0500 (EST)

branch: master
commit 856502d80d0a3ccfe8c80b65290fdb00e8813391
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    Remove stale comments from gnus-msg.el
    
    * lisp/gnus/gnus-msg.el (gnus-group-mail, gnus-group-news)
    (gnus-summary-mail-other-window, gnus-summary-news-other-window):
    Remove stale comments about let-binding gnus-newsgroup-name, as they
    should have been addressed (bug#37871#38).
---
 lisp/gnus/gnus-msg.el | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el
index 45e665b..61b7638 100644
--- a/lisp/gnus/gnus-msg.el
+++ b/lisp/gnus/gnus-msg.el
@@ -609,8 +609,6 @@ instead."
 If ARG, use the group under the point to find a posting style.
 If ARG is 1, prompt for a group name to find the posting style."
   (interactive "P")
-  ;; We can't `let' gnus-newsgroup-name here, since that leads
-  ;; to local variables leaking.
   (let* (;;(group gnus-newsgroup-name)
         ;; make sure last viewed article doesn't affect posting styles:
         (gnus-article-copy)
@@ -634,8 +632,6 @@ This function prepares a news even when using mail groups.  
This is useful
 for posting messages to mail groups without actually sending them over the
 network.  The corresponding back end must have a `request-post' method."
   (interactive "P")
-  ;; We can't `let' gnus-newsgroup-name here, since that leads
-  ;; to local variables leaking.
   (let* (;;(group gnus-newsgroup-name)
         ;; make sure last viewed article doesn't affect posting styles:
         (gnus-article-copy)
@@ -677,8 +673,6 @@ Use the posting of the current group by default.
 If ARG, don't do that.  If ARG is 1, prompt for group name to find the
 posting style."
   (interactive "P")
-  ;; We can't `let' gnus-newsgroup-name here, since that leads
-  ;; to local variables leaking.
   (let* (;;(group gnus-newsgroup-name)
         ;; make sure last viewed article doesn't affect posting styles:
         (gnus-article-copy)
@@ -702,8 +696,6 @@ This function prepares a news even when using mail groups.  
This is useful
 for posting messages to mail groups without actually sending them over the
 network.  The corresponding back end must have a `request-post' method."
   (interactive "P")
-  ;; We can't `let' gnus-newsgroup-name here, since that leads
-  ;; to local variables leaking.
   (let* (;;(group gnus-newsgroup-name)
         ;; make sure last viewed article doesn't affect posting styles:
         (gnus-article-copy)



reply via email to

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