Fix #2807: not enough args for format string

This commit is contained in:
Henrik Lissner 2020-04-03 02:12:50 -04:00
parent 07e8032291
commit a381f59261
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -80,7 +80,7 @@ filename of each font. It is used as the source and destination filename."
(when known-dest-p (when known-dest-p
(message "Font downloaded, updating font cache... <fc-cache -f -v> ") (message "Font downloaded, updating font cache... <fc-cache -f -v> ")
(shell-command-to-string "fc-cache -f -v")) (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") (if known-dest-p "installed" "downloaded")
name font-dest))) name font-dest)))