Variable: binhex-begin-line
binhex-begin-line is a variable defined in binhex.el.gz.
Value
"^:...............................................................$"
Documentation
Regular expression matching the start of a BinHex encoded region.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/binhex.el.gz
;;;###autoload
(defconst binhex-begin-line
"^:...............................................................$"
"Regular expression matching the start of a BinHex encoded region.")