aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/nxml
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/nxml')
-rw-r--r--lisp/nxml/xsd-regexp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/nxml/xsd-regexp.el b/lisp/nxml/xsd-regexp.el
index 6acb1ff9d41..d56960c9fa9 100644
--- a/lisp/nxml/xsd-regexp.el
+++ b/lisp/nxml/xsd-regexp.el
@@ -621,7 +621,7 @@ whose value is a range-list."
621(defun xsdre-parse-escape () 621(defun xsdre-parse-escape ()
622 (let ((ch (car xsdre-current-regexp))) 622 (let ((ch (car xsdre-current-regexp)))
623 (xsdre-advance) 623 (xsdre-advance)
624 (cond ((memq ch '(?\\ ?| ?. ?- ?^ ?* ?+ ?( ?) ?{ ?} ?[ ?])) ch) 624 (cond ((memq ch '(?\\ ?| ?. ?- ?^ ?* ?+ ?\( ?\) ?{ ?} ?\[ ?\])) ch)
625 ((eq ch ?r) ?\r) 625 ((eq ch ?r) ?\r)
626 ((eq ch ?n) ?\n) 626 ((eq ch ?n) ?\n)
627 ((eq ch ?t) ?\t) 627 ((eq ch ?t) ?\t)