comparison lisp/nxml/rng-valid.el @ 96361:a99299e4d2de

American English spelling fix.
author Glenn Morris <rgm@gnu.org>
date Fri, 27 Jun 2008 02:13:38 +0000
parents d495d4d5452f
children e374c747704b
comparison
equal deleted inserted replaced
96360:b4fbe199423a 96361:a99299e4d2de
479 (condition-case err 479 (condition-case err
480 (and (rng-validate-prepare) 480 (and (rng-validate-prepare)
481 (let ((rng-dt-namespace-context-getter '(nxml-ns-get-context))) 481 (let ((rng-dt-namespace-context-getter '(nxml-ns-get-context)))
482 (nxml-with-unmodifying-text-property-changes 482 (nxml-with-unmodifying-text-property-changes
483 (rng-do-some-validation-1 continue-p-function)))) 483 (rng-do-some-validation-1 continue-p-function))))
484 ;; errors signalled from a function run by an idle timer 484 ;; errors signaled from a function run by an idle timer
485 ;; are ignored; if we don't catch them, validation 485 ;; are ignored; if we don't catch them, validation
486 ;; will get mysteriously stuck at a single place 486 ;; will get mysteriously stuck at a single place
487 (rng-compile-error 487 (rng-compile-error
488 (message "Incorrect schema. %s" (nth 1 err)) 488 (message "Incorrect schema. %s" (nth 1 err))
489 (rng-validate-mode 0) 489 (rng-validate-mode 0)