aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBasil L. Contovounesios2021-02-13 12:47:59 +0000
committerBasil L. Contovounesios2021-02-13 13:01:13 +0000
commit856502d80d0a3ccfe8c80b65290fdb00e8813391 (patch)
tree5f2ffa265455da6a9f82afb207b2f0827eff5d1a
parent1a6c7c10951ce6dadfdab36ad6ff6f679526828f (diff)
downloademacs-856502d80d0a3ccfe8c80b65290fdb00e8813391.tar.gz
emacs-856502d80d0a3ccfe8c80b65290fdb00e8813391.zip
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).
-rw-r--r--lisp/gnus/gnus-msg.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el
index 45e665be8c3..61b76381a0b 100644
--- a/lisp/gnus/gnus-msg.el
+++ b/lisp/gnus/gnus-msg.el
@@ -609,8 +609,6 @@ instead."
609If ARG, use the group under the point to find a posting style. 609If ARG, use the group under the point to find a posting style.
610If ARG is 1, prompt for a group name to find the posting style." 610If ARG is 1, prompt for a group name to find the posting style."
611 (interactive "P") 611 (interactive "P")
612 ;; We can't `let' gnus-newsgroup-name here, since that leads
613 ;; to local variables leaking.
614 (let* (;;(group gnus-newsgroup-name) 612 (let* (;;(group gnus-newsgroup-name)
615 ;; make sure last viewed article doesn't affect posting styles: 613 ;; make sure last viewed article doesn't affect posting styles:
616 (gnus-article-copy) 614 (gnus-article-copy)
@@ -634,8 +632,6 @@ This function prepares a news even when using mail groups. This is useful
634for posting messages to mail groups without actually sending them over the 632for posting messages to mail groups without actually sending them over the
635network. The corresponding back end must have a `request-post' method." 633network. The corresponding back end must have a `request-post' method."
636 (interactive "P") 634 (interactive "P")
637 ;; We can't `let' gnus-newsgroup-name here, since that leads
638 ;; to local variables leaking.
639 (let* (;;(group gnus-newsgroup-name) 635 (let* (;;(group gnus-newsgroup-name)
640 ;; make sure last viewed article doesn't affect posting styles: 636 ;; make sure last viewed article doesn't affect posting styles:
641 (gnus-article-copy) 637 (gnus-article-copy)
@@ -677,8 +673,6 @@ Use the posting of the current group by default.
677If ARG, don't do that. If ARG is 1, prompt for group name to find the 673If ARG, don't do that. If ARG is 1, prompt for group name to find the
678posting style." 674posting style."
679 (interactive "P") 675 (interactive "P")
680 ;; We can't `let' gnus-newsgroup-name here, since that leads
681 ;; to local variables leaking.
682 (let* (;;(group gnus-newsgroup-name) 676 (let* (;;(group gnus-newsgroup-name)
683 ;; make sure last viewed article doesn't affect posting styles: 677 ;; make sure last viewed article doesn't affect posting styles:
684 (gnus-article-copy) 678 (gnus-article-copy)
@@ -702,8 +696,6 @@ This function prepares a news even when using mail groups. This is useful
702for posting messages to mail groups without actually sending them over the 696for posting messages to mail groups without actually sending them over the
703network. The corresponding back end must have a `request-post' method." 697network. The corresponding back end must have a `request-post' method."
704 (interactive "P") 698 (interactive "P")
705 ;; We can't `let' gnus-newsgroup-name here, since that leads
706 ;; to local variables leaking.
707 (let* (;;(group gnus-newsgroup-name) 699 (let* (;;(group gnus-newsgroup-name)
708 ;; make sure last viewed article doesn't affect posting styles: 700 ;; make sure last viewed article doesn't affect posting styles:
709 (gnus-article-copy) 701 (gnus-article-copy)