Variable: hywiki--buffer-modified-tick

hywiki--buffer-modified-tick is a buffer-local variable defined in hywiki.el.

Documentation

Used to determine if a command modifies a buffer or not.

The pre-command-hook saves this value for a buffer and post-command-hook checks it to determine if any buffer modification has occurred or not.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywiki.el
(defvar-local hywiki--buffer-modified-tick nil
  "Used to determine if a command modifies a buffer or not.
The `pre-command-hook' saves this value for a buffer and `post-command-hook'
checks it to determine if any buffer modification has occurred or not.")