Variable: sc-citation-separator-regexp

sc-citation-separator-regexp is a customizable variable defined in supercite.el.gz.

Value

"[      ]*"

Documentation

Regexp describing citation separator for a cited line.

This should NOT have a leading ^ character.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/supercite.el.gz
(defcustom sc-citation-separator-regexp "[ \t]*"
  "Regexp describing citation separator for a cited line.
This should NOT have a leading `^' character."
  :type 'regexp
  :group 'supercite-cite)