mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
@@ -37,7 +37,7 @@
|
||||
(when (stringp entry)
|
||||
(insert entry "\n")))
|
||||
(if (null outfile)
|
||||
(print! "%s --" (buffer-string))
|
||||
(print! "%s" (buffer-string))
|
||||
(print! (start "Wrote %s") name)
|
||||
(unless dryrun?
|
||||
(write-region (buffer-string) nil outfile)))))))))
|
||||
|
Reference in New Issue
Block a user