Function: hproperty:but-get-face

hproperty:but-get-face is a byte-compiled function defined in hproperty.el.

Signature

(hproperty:but-get-face &optional POS)

Documentation

Return button face at optional POS or point.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hproperty.el
(defun hproperty:but-get-face (&optional pos)
  "Return button face at optional POS or point."
  (let ((but (hproperty:but-get pos)))
    (when but (overlay-get but 'face))))