* lisp/nxml/nxml-mode.el (nxml-compute-indent-in-delimited-token):
Fix indentation in XML comments with empty lines. Patch by John
Ciolfi <ciolfi@mathworks.com>. (Bug#73206)
(cherry picked from commit
0d493864cee2ea1d7661d51b973db58667b6b65b)
((progn
(goto-char pos)
(forward-line -1)
+ (while (looking-at "^[[:blank:]]*$")
+ (forward-line -1))
(<= (point) xmltok-start))
(goto-char (+ xmltok-start (length open-delim)))
(when (and (string= open-delim "<!--")