Function: kcell-view:set-cell
kcell-view:set-cell is a byte-compiled function defined in kview.el.
Signature
(kcell-view:set-cell KCELL IDSTAMP)
Documentation
Attach KCELL and IDSTAMP (an integer) properties to cell at point.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kview.el
(defun kcell-view:set-cell (kcell idstamp)
"Attach KCELL and IDSTAMP (an integer) properties to cell at point."
(save-excursion
(kcell-view:to-label-end)
(kproperty:add-properties
(list 'idstamp idstamp 'kcell kcell))))