From 167bb83d22eea3d54761b97ec0bf0467f79e0ebf Mon Sep 17 00:00:00 2001 From: Jakub Darul Date: Wed, 25 Aug 2021 15:00:15 +0200 Subject: [PATCH] fix: mu4e-view-save-attachments void variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This `_` looks like typo (correct me if I'm mistaken). `_arg` instead of `arg` here caused `Symbol’s value as variable is void: arg`. --- mu4e/mu4e-view-gnus.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e-view-gnus.el b/mu4e/mu4e-view-gnus.el index 21332ad9..29e55892 100644 --- a/mu4e/mu4e-view-gnus.el +++ b/mu4e/mu4e-view-gnus.el @@ -465,7 +465,7 @@ The alist uniquely maps the number to the gnus-part." parts)) -(defun mu4e-view-save-attachments (&optional _arg) +(defun mu4e-view-save-attachments (&optional arg) "Save mime parts from current mu4e gnus view buffer. When helm-mode is enabled provide completion on attachments and