Variable: shr-content-function

shr-content-function is a variable defined in shr.el.gz.

Value

nil

Documentation

If bound, this should be a function that will return the content.

This is used for cid: URLs, and the function is called with the cid: URL as the argument.

Source Code

;; Defined in /usr/src/emacs/lisp/net/shr.el.gz
(defvar shr-content-function nil
  "If bound, this should be a function that will return the content.
This is used for cid: URLs, and the function is called with the
cid: URL as the argument.")