Function: hfy-overlay-props-at
hfy-overlay-props-at is a byte-compiled function defined in
htmlfontify.el.gz.
Signature
(hfy-overlay-props-at P)
Documentation
Grab overlay properties at point P.
The plists are returned in descending priority order.
Source Code
;; Defined in /usr/src/emacs/lisp/htmlfontify.el.gz
(defun hfy-overlay-props-at (p)
"Grab overlay properties at point P.
The plists are returned in descending priority order."
(mapcar #'overlay-properties (overlays-at p 'sorted)))