Function: eww-links-at-point

eww-links-at-point is a byte-compiled function defined in eww.el.gz.

Signature

(eww-links-at-point)

Documentation

Return list of URIs, if any, linked at point.

Source Code

;; Defined in /usr/src/emacs/lisp/net/eww.el.gz
(defun eww-links-at-point ()
  "Return list of URIs, if any, linked at point."
  (remq nil
	(list (get-text-property (point) 'shr-url)
	      (get-text-property (point) 'image-url))))