Open zachlefevre opened 1 year ago
URLs with % successfully download, but then throws an error for messaging without enough arguments. This fixes it by messaging the URL with no additional formatting.
%
@skeeto Would you mind reviewing this?
@zachlefevre why not (message "%s downloaded" url) instead?
(message "%s downloaded" url)
URLs with
%
successfully download, but then throws an error for messaging without enough arguments. This fixes it by messaging the URL with no additional formatting.