mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
@@ -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)))))))))
|
||||||
|
Reference in New Issue
Block a user