Function: rng-cache-state

rng-cache-state is a byte-compiled function defined in rng-valid.el.gz.

Signature

(rng-cache-state POS)

Documentation

Save the current state in a text property on the character at pos.

Source Code

;; Defined in /usr/src/emacs/lisp/nxml/rng-valid.el.gz
(defun rng-cache-state (pos)
  "Save the current state in a text property on the character at pos."
  (with-silent-modifications
    (put-text-property pos (1+ pos) 'rng-state (rng-get-state))))