aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/ChangeLog5
-rw-r--r--lisp/gnus/message.el30
2 files changed, 13 insertions, 22 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 2c21288e395..ff3d7e3ce13 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,8 +1,3 @@
12009-12-01 Chong Yidong <cyd@stupidchicken.com>
2
3 * message.el (message-setup-hook, message-send-hook): Make into aliases
4 for mail-*-hook.
5
62009-11-29 Juri Linkov <juri@jurta.org> 12009-11-29 Juri Linkov <juri@jurta.org>
7 2
8 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom' 3 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index 7993aff87cd..3f529047d29 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -918,14 +918,12 @@ auto-fill in message buffers."
918 :type '(choice (const :tag "Don't turn on auto fill" nil) 918 :type '(choice (const :tag "Don't turn on auto fill" nil)
919 (integer))) 919 (integer)))
920 920
921;; (defcustom message-setup-hook nil 921(defcustom message-setup-hook nil
922;; "Normal hook, run each time a new outgoing message is initialized. 922 "Normal hook, run each time a new outgoing message is initialized.
923;; The function `message-setup' runs this hook." 923The function `message-setup' runs this hook."
924;; :group 'message-various 924 :group 'message-various
925;; :link '(custom-manual "(message)Various Message Variables") 925 :link '(custom-manual "(message)Various Message Variables")
926;; :type 'hook) 926 :type 'hook)
927
928(defvaralias 'message-setup-hook 'mail-setup-hook)
929 927
930(defcustom message-cancel-hook nil 928(defcustom message-cancel-hook nil
931 "Hook run when cancelling articles." 929 "Hook run when cancelling articles."
@@ -1567,15 +1565,13 @@ starting with `not' and followed by regexps."
1567 "Alist of mail and news faces for facemenu. 1565 "Alist of mail and news faces for facemenu.
1568The cdr of each entry is a function for applying the face to a region.") 1566The cdr of each entry is a function for applying the face to a region.")
1569 1567
1570;; (defcustom message-send-hook nil 1568(defcustom message-send-hook nil
1571;; "Hook run before sending messages. 1569 "Hook run before sending messages.
1572;; This hook is run quite early when sending." 1570This hook is run quite early when sending."
1573;; :group 'message-various 1571 :group 'message-various
1574;; :options '(ispell-message) 1572 :options '(ispell-message)
1575;; :link '(custom-manual "(message)Various Message Variables") 1573 :link '(custom-manual "(message)Various Message Variables")
1576;; :type 'hook) 1574 :type 'hook)
1577
1578(defvaralias 'message-send-hook 'mail-send-hook)
1579 1575
1580(defcustom message-send-mail-hook nil 1576(defcustom message-send-mail-hook nil
1581 "Hook run before sending mail messages. 1577 "Hook run before sending mail messages.