summaryrefslogtreecommitdiff
path: root/lisp/mail/sendmail.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mail/sendmail.el')
-rw-r--r--lisp/mail/sendmail.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el
index 387792eb310..3f75faa077d 100644
--- a/lisp/mail/sendmail.el
+++ b/lisp/mail/sendmail.el
@@ -550,10 +550,10 @@ This also saves the value of `send-mail-function' via Customize."
#'mail-send-and-exit)
;;;###autoload
-(defun sendmail-user-agent-compose (&optional to subject other-headers
- continue switch-function yank-action
- send-actions return-action
- &rest ignored)
+(defun sendmail-user-agent-compose ( &optional to subject other-headers
+ continue switch-function yank-action
+ send-actions return-action
+ &rest _ignored )
(if switch-function
(funcall switch-function "*mail*"))
(let ((cc (cdr (assoc-string "cc" other-headers t)))