(xml-parse-elem-type): Fix use of character constant.
This commit is contained in:
parent
b5cb36acaa
commit
0fa6f70c59
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue