summaryrefslogtreecommitdiff
path: root/lisp/nxml/rng-match.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/nxml/rng-match.el')
-rw-r--r--lisp/nxml/rng-match.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/nxml/rng-match.el b/lisp/nxml/rng-match.el
index 4fc6727d0e6..7a2739c0616 100644
--- a/lisp/nxml/rng-match.el
+++ b/lisp/nxml/rng-match.el
@@ -472,7 +472,7 @@ list is nullable and whose cdr is the normalized list."
(cons nullable
(if sorted
head
- (rng-uniquify-eq (sort head 'rng-compare-ipattern))))))
+ (seq-uniq (sort head 'rng-compare-ipattern) #'eq)))))
(defun rng-compare-ipattern (p1 p2)
(< (rng--ipattern-index p1)