Variable: ietf-drums-qtext-token
ietf-drums-qtext-token is a variable defined in ietf-drums.el.gz.
Value
"-\f-!#-[]-"
Documentation
Non-white-space control characters, plus the rest of ASCII excluding backslash and doublequote.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/ietf-drums.el.gz
(defvar ietf-drums-qtext-token
(concat ietf-drums-no-ws-ctl-token "\041\043-\133\135-\177")
"Non-white-space control characters, plus the rest of ASCII excluding
backslash and doublequote.")