* lisp/nxml/nxml-util.el (nxml-with-unmodifying-text-property-changes):
[bpt/emacs.git] / lisp / nxml / rng-maint.el
index 74192f2..ff73e37 100644 (file)
 (defun rng-validate-buffer ()
   (save-restriction
     (widen)
-    (nxml-with-unmodifying-text-property-changes
+    (with-silent-modifications
       (rng-clear-cached-state (point-min) (point-max)))
     ;; 1+ to clear empty overlays at (point-max)
     (rng-clear-overlays (point-min) (1+ (point-max))))