Function: sc-no-header
sc-no-header is a byte-compiled function defined in supercite.el.gz.
Signature
(sc-no-header)
Documentation
Does nothing. Use this instead of nil to get a blank header.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/supercite.el.gz
(defun sc-no-header ()
"Does nothing. Use this instead of nil to get a blank header."
())