Function: hproperty:but-create-on-yank
hproperty:but-create-on-yank is a byte-compiled function defined in
hproperty.el.
Signature
(hproperty:but-create-on-yank PROP-VALUE START END)
Documentation
Used in yank-handled-properties called with START and END pos of the text.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hproperty.el
(defun hproperty:but-create-on-yank (_prop-value start end)
"Used in `yank-handled-properties' called with START and END pos of the text."
(save-restriction
(narrow-to-region start end)
(hproperty:but-create-all)))