summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-12-22 15:56:25 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-12-22 22:31:32 -0700
commit286f6f1005b5f5c3517db202855093b6e69c04a0 (patch)
tree9b1f0ece07b5903167fd9319d6d44f4df996e965
parentb756b09c5fc6e32f13e4ba32423ee3a221481d64 (diff)
downloadmailscripts-286f6f1005b5f5c3517db202855093b6e69c04a0.tar.gz
mailscripts.el: indentation fix
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-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)