Function: kcell:set-creator

kcell:set-creator is a byte-compiled function defined in kcell.el.

Signature

(kcell:set-creator KCELL)

Documentation

Store the current user's id as the creator of KCELL.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kcell.el
(defun kcell:set-creator (kcell)
  "Store the current user's id as the creator of KCELL."
  (kcell:set-attr kcell 'creator hyperb:user-email))