aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-08-27 08:07:20 +0000
committerGerd Moellmann2001-08-27 08:07:20 +0000
commitd599a45219667664453fe7bd277e33c55e3a46f7 (patch)
tree1853c39d5a2c99d31e64cbb9c4ad690490f193da
parent5b02e7129981a26d8e969ffc229bd321476d59eb (diff)
downloademacs-d599a45219667664453fe7bd277e33c55e3a46f7.tar.gz
emacs-d599a45219667664453fe7bd277e33c55e3a46f7.zip
(mail-send-hook): Remove a duplicate defcustom.
From Simon Josefsson <jas@extundo.com>.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/mail/sendmail.el4
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 @@
12001-08-27 Gerd Moellmann <gerd@gnu.org>
2
3 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
4 From Simon Josefsson <jas@extundo.com>.
5
12001-08-26 Eli Zaretskii <eliz@is.elta.co.il> 62001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
2 7
3 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error 8 * 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.")
359 . font-lock-string-face)))) 359 . font-lock-string-face))))
360 "Additional expressions to highlight in Mail mode.") 360 "Additional expressions to highlight in Mail mode.")
361 361
362(defcustom mail-send-hook nil
363 "Normal hook run before sending mail, in Mail mode."
364 :type 'hook
365 :group 'sendmail)
366 362
367(defun sendmail-sync-aliases () 363(defun sendmail-sync-aliases ()
368 (let ((modtime (nth 5 (file-attributes mail-personal-alias-file)))) 364 (let ((modtime (nth 5 (file-attributes mail-personal-alias-file))))