summaryrefslogtreecommitdiff
path: root/mailscripts.el
diff options
context:
space:
mode:
Diffstat (limited to 'mailscripts.el')
-rw-r--r--mailscripts.el2
1 files changed, 1 insertions, 1 deletions
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)