summaryrefslogtreecommitdiff
path: root/lisp/nxml/xmltok.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2023-06-12 22:43:44 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2023-06-12 22:43:44 -0400
commit4da479920e66ba245fd374da661bf7a27af718b9 (patch)
tree53324a38de47622e77025bb96f2599af8bf9a8da /lisp/nxml/xmltok.el
parent36aa9bd818334bba56b0fdd6e10d7dc05ba4bbd4 (diff)
downloademacs-4da479920e66ba245fd374da661bf7a27af718b9.tar.gz
emacs-4da479920e66ba245fd374da661bf7a27af718b9.tar.bz2
emacs-4da479920e66ba245fd374da661bf7a27af718b9.zip
* lisp/subr.el (with-restriction): Tweak indent rule
Diffstat (limited to 'lisp/nxml/xmltok.el')
-rw-r--r--lisp/nxml/xmltok.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/nxml/xmltok.el b/lisp/nxml/xmltok.el
index 6f9df554da0..78fa91b5cdc 100644
--- a/lisp/nxml/xmltok.el
+++ b/lisp/nxml/xmltok.el
@@ -738,7 +738,7 @@ and VALUE-END, otherwise a STRING giving the value."
;; avoid slowdowns due to the quadratic
;; complexity of the regexp. See bug#61514.
(when (with-restriction
- (point) (min (+ (point) 10000) (point-max))
+ (point) (min (+ (point) 10000) (point-max))
(looking-at (concat "[^<>\n]+?"
(xmltok-attribute regexp))))
(unless recovering