Variable: untrusted-content

untrusted-content is a buffer-local variable defined in compat-30.el.

Documentation

[Compatibility variable for untrusted-content, defined in Emacs 29.3. See
(compat) Emacs 29.3' for more details.]

Non-nil means that current buffer originated from an untrusted source. Email clients and some other modes may set this non-nil to mark the buffer contents as untrusted.

This variable might be subject to change without notice.

Source Code

;; Defined in ~/.emacs.d/elpa/compat-30.1.0.1/compat-30.el
(compat-defvar untrusted-content nil ;; <compat-tests:untrusted-content>
  "Non-nil means that current buffer originated from an untrusted source.
Email clients and some other modes may set this non-nil to mark the
buffer contents as untrusted.

This variable might be subject to change without notice."
  :local permanent)