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) (setq non-text t)
(when pretty (when pretty
(insert "\n" (make-string (+ column 2) ? ))) (insert "\n" (make-string (+ column 2) ? )))
(dom-print child pretty xml))) (lyrics-fetcher-genius--dom-print child pretty xml)))
(when (and pretty (when (and pretty
(or (bolp) (or (bolp)
non-text)) non-text))