diff options
| author | Basil L. Contovounesios | 2021-02-13 12:47:59 +0000 |
|---|---|---|
| committer | Basil L. Contovounesios | 2021-02-13 13:01:13 +0000 |
| commit | 856502d80d0a3ccfe8c80b65290fdb00e8813391 (patch) | |
| tree | 5f2ffa265455da6a9f82afb207b2f0827eff5d1a | |
| parent | 1a6c7c10951ce6dadfdab36ad6ff6f679526828f (diff) | |
| download | emacs-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.el | 8 |
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." | |||
| 609 | If ARG, use the group under the point to find a posting style. | 609 | If ARG, use the group under the point to find a posting style. |
| 610 | If ARG is 1, prompt for a group name to find the posting style." | 610 | If 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 | |||
| 634 | for posting messages to mail groups without actually sending them over the | 632 | for posting messages to mail groups without actually sending them over the |
| 635 | network. The corresponding back end must have a `request-post' method." | 633 | network. 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. | |||
| 677 | If ARG, don't do that. If ARG is 1, prompt for group name to find the | 673 | If ARG, don't do that. If ARG is 1, prompt for group name to find the |
| 678 | posting style." | 674 | posting 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 | |||
| 702 | for posting messages to mail groups without actually sending them over the | 696 | for posting messages to mail groups without actually sending them over the |
| 703 | network. The corresponding back end must have a `request-post' method." | 697 | network. 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) |