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).
This commit is contained in:
parent
1a6c7c1095
commit
856502d80d
1 changed files with 0 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue