Variable: thing-at-point-default-mail-uri-scheme

thing-at-point-default-mail-uri-scheme is a variable defined in thingatpt.el.gz.

Value

"mailto"

Documentation

Default scheme for ill-formed URIs that look like <foo@example.com>.

If nil, do not give such URIs a scheme.

Source Code

;; Defined in /usr/src/emacs/lisp/thingatpt.el.gz
(defvar thing-at-point-default-mail-uri-scheme "mailto"
  "Default scheme for ill-formed URIs that look like <foo@example.com>.
If nil, do not give such URIs a scheme.")