aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/nxml
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/nxml')
-rw-r--r--lisp/nxml/nxml-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/nxml/nxml-mode.el b/lisp/nxml/nxml-mode.el
index 8b0dc9278c5..0e2fca349a5 100644
--- a/lisp/nxml/nxml-mode.el
+++ b/lisp/nxml/nxml-mode.el
@@ -1351,9 +1351,9 @@ of the inserted start-tag or nil if none was inserted."
1351 start-tag-indent))))) 1351 start-tag-indent)))))
1352 inserted-start-tag-pos)) 1352 inserted-start-tag-pos))
1353 1353
1354(defun nxml-comment-quote-nested (cs ce unp) 1354(defun nxml-comment-quote-nested (_cs _ce unp)
1355 "Quote nested comments in buffer. 1355 "Quote nested comments in buffer.
1356See `comment-quote-nested-function' for more information.") 1356See `comment-quote-nested-function' for more information."
1357 (goto-char (point-min)) 1357 (goto-char (point-min))
1358 (save-match-data 1358 (save-match-data
1359 (while (re-search-forward "-[\\]*-" nil t) 1359 (while (re-search-forward "-[\\]*-" nil t)