Function: eww-current-url

eww-current-url is a byte-compiled function defined in eww.el.gz.

Signature

(eww-current-url)

Documentation

Return URI of the Web page the current EWW buffer is visiting.

Source Code

;; Defined in /usr/src/emacs/lisp/net/eww.el.gz
(defun eww-current-url nil
  "Return URI of the Web page the current EWW buffer is visiting."
  (plist-get eww-data :url))