diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mail/sendmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 3ca4ecc9387..9a6e2afda8f 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -1274,7 +1274,7 @@ and don't delete any header fields." ;; on account of mark's being inactive. (mark-even-if-inactive t)) (if mail-citation-hook - ;; Bind mail-citation-hook to the inserted message's header. + ;; Bind mail-citation-header to the inserted message's header. (let ((mail-citation-header (buffer-substring-no-properties start |