From: Gerd Moellmann Date: Mon, 27 Aug 2001 08:07:20 +0000 (+0000) Subject: (mail-send-hook): Remove a duplicate defcustom. X-Git-Tag: emacs-pretest-21.0.105~69 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d599a45219667664453fe7bd277e33c55e3a46f7;p=emacs.git (mail-send-hook): Remove a duplicate defcustom. From Simon Josefsson . --- 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))))