aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/nxml/nxml-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/nxml/nxml-mode.el b/lisp/nxml/nxml-mode.el
index 02391dc6968..a58d3f3c75f 100644
--- a/lisp/nxml/nxml-mode.el
+++ b/lisp/nxml/nxml-mode.el
@@ -531,6 +531,7 @@ Many aspects this mode can be customized using
531 (setq-local comment-end-skip "[ \t\r\n]*-->") 531 (setq-local comment-end-skip "[ \t\r\n]*-->")
532 (setq-local comment-line-break-function #'nxml-newline-and-indent) 532 (setq-local comment-line-break-function #'nxml-newline-and-indent)
533 (setq-local comment-quote-nested-function #'nxml-comment-quote-nested) 533 (setq-local comment-quote-nested-function #'nxml-comment-quote-nested)
534 (setq-local comment-continue "") ; avoid double-hyphens as a padding
534 (save-excursion 535 (save-excursion
535 (save-restriction 536 (save-restriction
536 (widen) 537 (widen)