aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinglu Chen <public@yoctocell.xyz>2021-05-25 13:39:08 +0200
committerXinglu Chen <public@yoctocell.xyz>2021-05-25 13:39:08 +0200
commit585f1487d6e4bbeea54741949922e85cc30baf90 (patch)
tree94cb6fd06fafeaeefa87d51497643d7a16918269
parent94f4351b5486ba28b724b5ade881555b3d57f1ef (diff)
git-email: Fix indentation.
* git-email.el (git-email-format-patch-default-args): Fix indentation. Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
-rw-r--r--git-email.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-email.el b/git-email.el
index ee3b2bf..0fc0e43 100644
--- a/git-email.el
+++ b/git-email.el
@@ -107,7 +107,7 @@ The path should end with a trailing \"/\"."
"Default arguments to give to 'git format-patch'."
:type 'string
:group 'git-email
- :package-version '(git-email . "0.1.0"))
+ :package-version '(git-email . "0.1.0"))
(defcustom git-email-format-patch-extra-args
'("--cover-letter"