From d599a45219667664453fe7bd277e33c55e3a46f7 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 27 Aug 2001 08:07:20 +0000 Subject: [PATCH] (mail-send-hook): Remove a duplicate defcustom. From Simon Josefsson . --- lisp/ChangeLog | 5 +++++ lisp/mail/sendmail.el | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7c92e46ce94..7e06c86a677 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-08-27 Gerd Moellmann + + * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom. + From Simon Josefsson . + 2001-08-26 Eli Zaretskii * textmodes/texnfo-upd.el: Remove dots and exclams at end of error diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 5c572587dcf..05d05d6074c 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -359,10 +359,6 @@ actually occur.") . font-lock-string-face)))) "Additional expressions to highlight in Mail mode.") -(defcustom mail-send-hook nil - "Normal hook run before sending mail, in Mail mode." - :type 'hook - :group 'sendmail) (defun sendmail-sync-aliases () (let ((modtime (nth 5 (file-attributes mail-personal-alias-file)))) -- 2.11.4.GIT