Skip to content

Commit

Permalink
(message-cite-original-without-signature): Mention
Browse files Browse the repository at this point in the history
stripping of the signatur in doc string.
  • Loading branch information
Reiner Steib authored and Reiner Steib committed Mar 24, 2008
1 parent 4463c4f commit 482ad3f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions lisp/ChangeLog
@@ -1,3 +1,8 @@
2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>

* message.el (message-cite-original-without-signature): Mention
stripping of the signatur in doc string.

2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>

* tls.el (open-tls-stream): Reindent.
Expand Down
3 changes: 2 additions & 1 deletion lisp/message.el
Expand Up @@ -3376,7 +3376,8 @@ prefix, and don't delete any headers."
(nreverse buffers)))

(defun message-cite-original-without-signature ()
"Cite function in the standard Message manner."
"Cite function in the standard Message manner.
This function strips off the signature from the original message."
(let* ((start (point))
(end (mark t))
(functions
Expand Down

0 comments on commit 482ad3f

Please sign in to comment.