diff options
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)) |