From a381f592610bfa485c26112ad1030c3331c80b32 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 3 Apr 2020 02:12:50 -0400 Subject: [PATCH] Fix #2807: not enough args for format string --- modules/ui/pretty-code/autoload/install.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/pretty-code/autoload/install.el b/modules/ui/pretty-code/autoload/install.el index 3ad876a88..41fe0b2fb 100644 --- a/modules/ui/pretty-code/autoload/install.el +++ b/modules/ui/pretty-code/autoload/install.el @@ -80,7 +80,7 @@ filename of each font. It is used as the source and destination filename." (when known-dest-p (message "Font downloaded, updating font cache... ") (shell-command-to-string "fc-cache -f -v")) - (message "Successfully %s `%s' fonts to `%s'!%s" + (message "Successfully %s `%s' fonts to `%s'!" (if known-dest-p "installed" "downloaded") name font-dest)))