Variable: eudc-rfc5322-fwsp-token

eudc-rfc5322-fwsp-token is a variable defined in eudc.el.gz.

Value

"       \n"

Documentation

Folding white space.

Source Code

;; Defined in /usr/src/emacs/lisp/net/eudc.el.gz
(defconst eudc-rfc5322-fwsp-token
  (concat eudc-rfc5322-wsp-token "\n")
  "Folding white space.")