From 667348682b4423f8c90d213e9ef35fff9cfab44d Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Sun, 2 Jul 2023 15:15:17 -0400 Subject: [PATCH] Fix a minor typo * lisp/xml.el: Correct a minor typo found by flandrew. --- lisp/xml.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/xml.el b/lisp/xml.el index 9095653416e..5a7501dcf41 100644 --- a/lisp/xml.el +++ b/lisp/xml.el @@ -265,7 +265,7 @@ See also `xml-get-attribute-or-nil'." "\\)*\"\\|'\\(?:[^%&']\\|" xml-pe-reference-re "\\|" xml-reference-re "\\)*'\\)")) -) ; End of `eval-when-compile' +) ; End of `eval-and-compile' ;; [75] ExternalID ::= 'SYSTEM' S SystemLiteral -- 2.39.5