From 286f6f1005b5f5c3517db202855093b6e69c04a0 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 22 Dec 2022 15:56:25 -0700 Subject: mailscripts.el: indentation fix Signed-off-by: Sean Whitton --- mailscripts.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailscripts.el b/mailscripts.el index 81c3ccc..acbb1eb 100644 --- a/mailscripts.el +++ b/mailscripts.el @@ -222,7 +222,7 @@ git-format-patch(1)." (and-let* ((filename (cdr (assq 'filename (mm-handle-disposition h))))) (string-match "\\`v?[0-9]+-.+\\.\\(?:patch\\|diff\\|txt\\)\\'" - filename))) + filename))) handles) (cond (handles (mailscripts--check-out-branch branch) -- cgit v1.2.3