Function: org-eww-has-further-url-property-change-p

org-eww-has-further-url-property-change-p is a byte-compiled function defined in ol-eww.el.gz.

Signature

(org-eww-has-further-url-property-change-p)

Documentation

Non-nil if there is a next url property change.

Source Code

;; Defined in /usr/src/emacs/lisp/org/ol-eww.el.gz
(defun org-eww-has-further-url-property-change-p ()
  "Non-nil if there is a next url property change."
  (save-excursion
    (not (eq (point) (org-eww-goto-next-url-property-change)))))