Function: kcell:plist

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

Signature

(kcell:plist KCELL)

Documentation

Return the property list of KCELL.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kcell.el
(defun kcell:plist (kcell)
  "Return the property list of KCELL."
  (identity kcell))