Variable: shr-url-transformer

shr-url-transformer is a variable defined in shr.el.gz.

Value

identity

Documentation

Function to transform URLs.

It's called with the URL as the parameter, and should return the
 URL to use.

Source Code

;; Defined in /usr/src/emacs/lisp/net/shr.el.gz
(defvar shr-url-transformer #'identity
  "Function to transform URLs.
It's called with the URL as the parameter, and should return the
 URL to use.")