Function: kproperty:remove-properties
kproperty:remove-properties is a byte-compiled function defined in
kproperty.el.
Signature
(kproperty:remove-properties PLIST)
Documentation
Remove properties at point and the following character from PLIST.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kproperty.el
(defun kproperty:remove-properties (plist)
"Remove properties at point and the following character from PLIST."
(kproperty:remove (point) (min (+ 2 (point)) (point-max))
plist))