Function: kview:id-counter-set

kview:id-counter-set is a byte-compiled function defined in kview.el.

Signature

(kview:id-counter-set KVIEW ID-COUNTER)

Documentation

Reset the KVIEW ID-COUNTER for the current buffer.

Use this only after a Koutline has been created.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kview.el
(defun kview:id-counter-set (kview id-counter)
  "Reset the KVIEW ID-COUNTER for the current buffer.
Use this only after a Koutline has been created."
  (kcell:set-attr (kview:get-attr kview 'top-cell) 'id-counter id-counter))