fix: dom-print

This commit is contained in:
Pavel Korytov 2021-08-13 22:38:03 +03:00
parent b7e381a704
commit 87a99f328b

View file

@ -214,7 +214,7 @@ compatibilty with Emacs 27."
(setq non-text t)
(when pretty
(insert "\n" (make-string (+ column 2) ? )))
(dom-print child pretty xml)))
(lyrics-fetcher-genius--dom-print child pretty xml)))
(when (and pretty
(or (bolp)
non-text))