aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryoctocell <public@yoctocell.xyz>2021-01-04 10:06:27 +0100
committeryoctocell <public@yoctocell.xyz>2021-01-04 10:06:27 +0100
commitb2e167bcf3ad05931e8ce9653299d4d224e1c80d (patch)
treee5a482fdce87766cc1794127c361ecc014f89032
parent6c9251122397cd94705f709766c541099c052220 (diff)
Fix typo
* git-email.el (git-email-send-email):
-rw-r--r--git-email.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-email.el b/git-email.el
index 1945faa..8af2da6 100644
--- a/git-email.el
+++ b/git-email.el
@@ -101,7 +101,7 @@ them into the message buffer."
"to"
(substring sendemail-to 13 -1))) ; Remove newline
(diff (git-email--extract-diff patch-file)))
- (funcall git-email--compose-message-function to (cadr (assoc "subject" used-headers))
+ (funcall git-email-compose-message-function to (cadr (assoc "subject" used-headers))
used-headers)
;; (let ((body (or (re-search-forward "<#part .*>")
;; (re-search-forward "--text follows this line--"))))