Function: message-cite-original-without-signature

message-cite-original-without-signature is a byte-compiled function defined in message.el.gz.

Signature

(message-cite-original-without-signature)

Documentation

Cite function in the standard Message manner.

This function strips off the signature from the original message.

Probably introduced at or before Emacs version 20.4.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/message.el.gz
(defun message-cite-original-without-signature ()
  "Cite function in the standard Message manner.
This function strips off the signature from the original message."
  (message-cite-original-1 t))