mirror of
https://github.com/SqrtMinusOne/lyrics-fetcher.el.git
synced 2025-12-10 17:03:03 +03:00
fix: dom-print
This commit is contained in:
parent
b7e381a704
commit
87a99f328b
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue