From 70106aa9a48a3fb50670e4e8c0fd723e8413fa15 Mon Sep 17 00:00:00 2001 From: z Date: Mon, 10 Jul 2023 08:31:54 -0500 Subject: [PATCH] Message "downloaded ..." with no additional formatting --- elfeed-show.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elfeed-show.el b/elfeed-show.el index 4915cae..611d4c5 100644 --- a/elfeed-show.el +++ b/elfeed-show.el @@ -316,7 +316,7 @@ directory and saves all attachments in the chosen directory." (lambda () (url-copy-file url path t)) (lambda (_) - (message (format "%s downloaded" url))))) + (message "%s" (format "%s downloaded" url))))) (url-copy-file url path t))) (defun elfeed--get-enclosure-num (prompt entry &optional multi)