comparison lisp/gnus/message.el @ 80367:d92328c1e028

(message-cite-original-without-signature): Mention stripping of the signatur in doc string.
author Reiner Steib <Reiner.Steib@gmx.de>
date Mon, 24 Mar 2008 18:35:18 +0000
parents 07ebd0fc42b8
children 1e3a4955a638
comparison
equal deleted inserted replaced
80366:4e64068576f8 80367:d92328c1e028
3374 (null message-sent-message-via)) 3374 (null message-sent-message-via))
3375 (push (buffer-name buffer) buffers)))) 3375 (push (buffer-name buffer) buffers))))
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
3383 (when message-indent-citation-function 3384 (when message-indent-citation-function
3384 (if (listp message-indent-citation-function) 3385 (if (listp message-indent-citation-function)