Fixed my-nxml-pp.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 08 May 2018 02:00:23 +0300
changeset 1560 10e5b207ec7d
parent 1559 9f4456fcac0e
child 1561 0876ef9be273
Fixed my-nxml-pp.
.emacs-my
--- a/.emacs-my	Thu May 03 11:52:34 2018 +0300
+++ b/.emacs-my	Tue May 08 02:00:23 2018 +0300
@@ -3508,6 +3508,7 @@
   (goto-char (point-min))
   (while (re-search-forward ">[ \t\n\r]+<" nil t)
     (replace-match ">\n<"))
+  (goto-char (point-min))
   (while (re-search-forward "><" nil t)
     (replace-match ">\n<"))
   (indent-region (point-min) (point-max))