Variable: url-current-lastloc
url-current-lastloc is a buffer-local variable defined in
url-vars.el.gz.
Documentation
A parsed representation of the URL to be considered as the last location.
Use of this value on outbound connections is subject to
url-privacy-level and url-lastloc-privacy-level. This is never set
by the url library, applications are expected to set this
variable in buffers representing a displayed location.
Source Code
;; Defined in /usr/src/emacs/lisp/url/url-vars.el.gz
(defvar-local url-current-lastloc nil
"A parsed representation of the URL to be considered as the last location.
Use of this value on outbound connections is subject to
`url-privacy-level' and `url-lastloc-privacy-level'. This is never set
by the url library, applications are expected to set this
variable in buffers representing a displayed location.")