Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion elfeed-show.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down