diff options
| author | Reiner Steib | 2008-03-24 18:35:18 +0000 |
|---|---|---|
| committer | Reiner Steib | 2008-03-24 18:35:18 +0000 |
| commit | 89a768dfdd1f89e8656e4504f0eaf3ed2d6b4ed9 (patch) | |
| tree | 4658b799b2d78f8422dec04d9e09f864a8996114 | |
| parent | 1983a336227be0bf01b6a85cfec4e6a33039ff11 (diff) | |
| download | emacs-89a768dfdd1f89e8656e4504f0eaf3ed2d6b4ed9.tar.gz emacs-89a768dfdd1f89e8656e4504f0eaf3ed2d6b4ed9.zip | |
(message-cite-original-without-signature): Mention
stripping of the signatur in doc string.
| -rw-r--r-- | lisp/gnus/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/gnus/message.el | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 2c81b3c764a..4207753cb15 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de> | ||
| 2 | |||
| 3 | * message.el (message-cite-original-without-signature): Mention | ||
| 4 | stripping of the signatur in doc string. | ||
| 5 | |||
| 1 | 2008-03-19 Nils Ackermann <nils@ackermath.info> (tiny change) | 6 | 2008-03-19 Nils Ackermann <nils@ackermath.info> (tiny change) |
| 2 | 7 | ||
| 3 | * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group | 8 | * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group |
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index 6b0e62d95cd..5b998f947a7 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el | |||
| @@ -3376,7 +3376,8 @@ prefix, and don't delete any headers." | |||
| 3376 | (nreverse buffers))) | 3376 | (nreverse buffers))) |
| 3377 | 3377 | ||
| 3378 | (defun message-cite-original-without-signature () | 3378 | (defun message-cite-original-without-signature () |
| 3379 | "Cite function in the standard Message manner." | 3379 | "Cite function in the standard Message manner. |
| 3380 | This function strips off the signature from the original message." | ||
| 3380 | (let* ((start (point)) | 3381 | (let* ((start (point)) |
| 3381 | (end (mark t)) | 3382 | (end (mark t)) |
| 3382 | (functions | 3383 | (functions |