mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
parent
2775cc75f9
commit
0d41af1ef7
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
||||||
(when (stringp entry)
|
(when (stringp entry)
|
||||||
(insert entry "\n")))
|
(insert entry "\n")))
|
||||||
(if (null outfile)
|
(if (null outfile)
|
||||||
(print! "%s --" (buffer-string))
|
(print! "%s" (buffer-string))
|
||||||
(print! (start "Wrote %s") name)
|
(print! (start "Wrote %s") name)
|
||||||
(unless dryrun?
|
(unless dryrun?
|
||||||
(write-region (buffer-string) nil outfile)))))))))
|
(write-region (buffer-string) nil outfile)))))))))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue