Variable: rng-conditional-up-to-date-end

rng-conditional-up-to-date-end is a buffer-local variable defined in rng-valid.el.gz.

Documentation

Marker for the end of the conditionally up-to-date region.

It is nil if there is no conditionally up-to-date region. See the variable rng-conditional-up-to-date-start.

Source Code

;; Defined in /usr/src/emacs/lisp/nxml/rng-valid.el.gz
(defvar-local rng-conditional-up-to-date-end nil
  "Marker for the end of the conditionally up-to-date region.
It is nil if there is no conditionally up-to-date region.
See the variable `rng-conditional-up-to-date-start'.")