aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/nxml
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/nxml')
-rw-r--r--lisp/nxml/rng-loc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/nxml/rng-loc.el b/lisp/nxml/rng-loc.el
index 0fa455cbb59..302aa05176f 100644
--- a/lisp/nxml/rng-loc.el
+++ b/lisp/nxml/rng-loc.el
@@ -414,7 +414,7 @@ or nil."
414 (setq rng-schema-locating-file-alist 414 (setq rng-schema-locating-file-alist
415 (delq cached rng-schema-locating-file-alist))) 415 (delq cached rng-schema-locating-file-alist)))
416 nil) 416 nil)
417 ((and cached (equal (nth 1 cached) mtime)) 417 ((and cached (time-equal-p (nth 1 cached) mtime))
418 (nth 2 cached)) 418 (nth 2 cached))
419 (t 419 (t
420 (setq parsed (rng-parse-schema-locating-file file)) 420 (setq parsed (rng-parse-schema-locating-file file))