aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/nxml/nxml-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/nxml/nxml-mode.el b/lisp/nxml/nxml-mode.el
index 644de03cf4c..5bb904e6915 100644
--- a/lisp/nxml/nxml-mode.el
+++ b/lisp/nxml/nxml-mode.el
@@ -2230,7 +2230,7 @@ ENDP is t in the former case, nil in the latter."
2230 (skip-line-prefix fill-prefix) 2230 (skip-line-prefix fill-prefix)
2231 fill-prefix)) 2231 fill-prefix))
2232 2232
2233(defun nxml-newline-and-indent (soft) 2233(defun nxml-newline-and-indent (&optional soft)
2234 (delete-horizontal-space) 2234 (delete-horizontal-space)
2235 (if soft (insert-and-inherit ?\n) (newline 1)) 2235 (if soft (insert-and-inherit ?\n) (newline 1))
2236 (nxml-indent-line)) 2236 (nxml-indent-line))