# HG changeset patch # User Oleksandr Gavenko # Date 1525734023 -10800 # Node ID 10e5b207ec7d0d4d8117846fe31e8344b3178d07 # Parent 9f4456fcac0eb12454755494c0c114f5d7e1d865 Fixed my-nxml-pp. diff -r 9f4456fcac0e -r 10e5b207ec7d .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))