]> code.delx.au - gnu-emacs/blobdiff - lisp/nxml/rng-maint.el
Update copyright year to 2015
[gnu-emacs] / lisp / nxml / rng-maint.el
index bd5b3136d540cd9b3322ecfbc401ff247fe418ed..be42e1029c14f219d66b829dac6320a63180683a 100644 (file)
@@ -1,9 +1,9 @@
 ;;; rng-maint.el --- commands for RELAX NG maintainers
 
-;; Copyright (C) 2003, 2007-2011 Free Software Foundation, Inc.
+;; Copyright (C) 2003, 2007-2015 Free Software Foundation, Inc.
 
 ;; Author: James Clark
-;; Keywords: XML, RelaxNG
+;; Keywords: wp, hypermedia, languages, XML, RelaxNG
 
 ;; This file is part of GNU Emacs.
 
 (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))))