diff options
author | yoctocell <public@yoctocell.xyz> | 2021-01-04 09:50:29 +0100 |
---|---|---|
committer | yoctocell <public@yoctocell.xyz> | 2021-01-04 09:50:29 +0100 |
commit | 3dd19918beb9237eea877d6fd7126f07abc7e966 (patch) | |
tree | e5ce45e40e68911bbda1cd4c935c39f0a65b8536 | |
parent | 21928217f1d8092edc03dfe67175657aaf15e91c (diff) |
Fix typo
* git-email.el (git-email--compose-message-function):
-rw-r--r-- | git-email.el | 2 |
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) |