]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a minor typo
authorMark A. Hershberger <mah@nichework.com>
Sun, 2 Jul 2023 19:15:17 +0000 (15:15 -0400)
committerMark A. Hershberger <mah@nichework.com>
Sun, 2 Jul 2023 19:15:17 +0000 (15:15 -0400)
* lisp/xml.el: Correct a minor typo found by flandrew.

lisp/xml.el

index 9095653416e66c84425e1ebca78f8da30ad9d74d..5a7501dcf41d55ae4ad7ac2c73bee14246801bea 100644 (file)
@@ -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