Function: sc-setup-filladapt

sc-setup-filladapt is a byte-compiled function defined in supercite.el.gz.

Signature

(sc-setup-filladapt)

Documentation

Setup filladapt-prefix-table to handle Supercited paragraphs.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/supercite.el.gz
(defun sc-setup-filladapt ()
  "Setup `filladapt-prefix-table' to handle Supercited paragraphs."
  (let* ((fa-sc-elt 'filladapt-supercite-included-text)
	 (elt (rassq fa-sc-elt filladapt-prefix-table)))
    (if elt (setcar elt (sc-cite-regexp))
      (message "Filladapt doesn't seem to know about Supercite.")
      (beep))))