aboutsummaryrefslogtreecommitdiff
path: root/git-email.el
diff options
context:
space:
mode:
authoryoctocell <public@yoctocell.xyz>2021-01-04 09:50:29 +0100
committeryoctocell <public@yoctocell.xyz>2021-01-04 09:50:29 +0100
commit3dd19918beb9237eea877d6fd7126f07abc7e966 (patch)
treee5ce45e40e68911bbda1cd4c935c39f0a65b8536 /git-email.el
parent21928217f1d8092edc03dfe67175657aaf15e91c (diff)
Fix typo
* git-email.el (git-email--compose-message-function):
Diffstat (limited to 'git-email.el')
-rw-r--r--git-email.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-email.el b/git-email.el
index aed11a0..3a13e07 100644
--- a/git-email.el
+++ b/git-email.el
@@ -46,7 +46,7 @@
"Work with git and email."
:group 'convenience)
-(defcustom git-email--compose-message-function 'message-mail
+(defcustom git-email-compose-message-function 'message-mail
"The function used to compose patch mail."
:group 'git-email
:type 'symbol)