Function: hproperty:but-set-face

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

Signature

(hproperty:but-set-face POS FACE)

Documentation

Set button face at POS to FACE.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hproperty.el
(defun hproperty:but-set-face (pos face)
  "Set button face at POS to FACE."
  (let ((but (hproperty:but-get pos)))
    (when but (overlay-put but 'face face))))