Function: kcell:create-top

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

Signature

(kcell:create-top &optional TOP-CELL-ATTRIBUTES)

Documentation

Return a new top cell with optional property list of TOP-CELL-ATTRIBUTES.

The idstamp of the top cell is always 0 and this cell stores the idstamp-counter.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kcell.el
(defun kcell:create-top (&optional top-cell-attributes)
  "Return a new top cell with optional property list of TOP-CELL-ATTRIBUTES.
The idstamp of the top cell is always 0 and this cell stores the
idstamp-counter."
  (kcell:create top-cell-attributes))