summaryrefslogtreecommitdiff
path: root/lisp/xml.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/xml.el')
-rw-r--r--lisp/xml.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/xml.el b/lisp/xml.el
index 0464cac92f5..8d0182e9033 100644
--- a/lisp/xml.el
+++ b/lisp/xml.el
@@ -429,7 +429,7 @@ The DTD must end before the position END in the current buffer."
((string= modifier "*")
(list '* elem))
((string= modifier "?")
- (list '? elem))
+ (list '\? elem))
(t
elem))))