diff options
| author | Miles Bader | 2007-12-28 22:27:01 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-12-28 22:27:01 +0000 |
| commit | 1bb9cd964636f4eaa02b2f182aeb375cf41b05f2 (patch) | |
| tree | 080e3c4cce95c78dafd36d6be4b759d4589e7929 /lisp | |
| parent | ea7ac2eb953bf3c30670e60cb00a9fca611b38b7 (diff) | |
| download | emacs-1bb9cd964636f4eaa02b2f182aeb375cf41b05f2.tar.gz emacs-1bb9cd964636f4eaa02b2f182aeb375cf41b05f2.zip | |
Merge from gnus--rel--5.10
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-172
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/gnus/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/gnus/gnus-draft.el | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 83449d6f005..0e6fc13939d 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 2 | |||
| 3 | * gnus-draft.el (gnus-draft-send-message): Mention process/prefix | ||
| 4 | convention in doc string. | ||
| 5 | |||
| 1 | 2007-12-14 Johan Bockg,Ae(Brd <bojohan@gnu.org> | 6 | 2007-12-14 Johan Bockg,Ae(Brd <bojohan@gnu.org> |
| 2 | 7 | ||
| 3 | * gnus-sum.el (gnus-summary-mark-unread-as-read) | 8 | * gnus-sum.el (gnus-summary-mark-unread-as-read) |
diff --git a/lisp/gnus/gnus-draft.el b/lisp/gnus/gnus-draft.el index 287d71844af..49b1343af8c 100644 --- a/lisp/gnus/gnus-draft.el +++ b/lisp/gnus/gnus-draft.el | |||
| @@ -117,7 +117,8 @@ | |||
| 117 | message-send-actions))) | 117 | message-send-actions))) |
| 118 | 118 | ||
| 119 | (defun gnus-draft-send-message (&optional n) | 119 | (defun gnus-draft-send-message (&optional n) |
| 120 | "Send the current draft." | 120 | "Send the current draft(s). |
| 121 | Obeys the standard process/prefix convention." | ||
| 121 | (interactive "P") | 122 | (interactive "P") |
| 122 | (let* ((articles (gnus-summary-work-articles n)) | 123 | (let* ((articles (gnus-summary-work-articles n)) |
| 123 | (total (length articles)) | 124 | (total (length articles)) |