Function: kvspec:initialize

kvspec:initialize is a byte-compiled function defined in kvspec.el.

Signature

(kvspec:initialize)

Documentation

Ensure that view spec settings will be local to the current buffer.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kvspec.el
(defun kvspec:initialize ()
  "Ensure that view spec settings will be local to the current buffer."
  (unless (local-variable-p 'kvspec:current (current-buffer))
    (make-local-variable 'kvspec:current)
    (make-local-variable 'kvspec:string)))