summaryrefslogtreecommitdiff
path: root/lisp/gnus
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-12-01 19:01:41 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-12-01 19:01:41 +0000
commit4e14547fd4bfc7aa52ceac3dbefa50fc7c1e04e8 (patch)
treee486ae4228250a3454e6285cf50ddbecb5fdd370 /lisp/gnus
parentb08016f2fc31e5312da3e08f9bed49d767d96ce0 (diff)
downloademacs-4e14547fd4bfc7aa52ceac3dbefa50fc7c1e04e8.tar.gz
* message.el: Revert last change.
Diffstat (limited to 'lisp/gnus')
-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 @@
-2009-12-01 Chong Yidong <cyd@stupidchicken.com>
-
- * message.el (message-setup-hook, message-send-hook): Make into aliases
- for mail-*-hook.
-
2009-11-29 Juri Linkov <juri@jurta.org>
* 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."
:type '(choice (const :tag "Don't turn on auto fill" nil)
(integer)))
-;; (defcustom message-setup-hook nil
-;; "Normal hook, run each time a new outgoing message is initialized.
-;; The function `message-setup' runs this hook."
-;; :group 'message-various
-;; :link '(custom-manual "(message)Various Message Variables")
-;; :type 'hook)
-
-(defvaralias 'message-setup-hook 'mail-setup-hook)
+(defcustom message-setup-hook nil
+ "Normal hook, run each time a new outgoing message is initialized.
+The function `message-setup' runs this hook."
+ :group 'message-various
+ :link '(custom-manual "(message)Various Message Variables")
+ :type 'hook)
(defcustom message-cancel-hook nil
"Hook run when cancelling articles."
@@ -1567,15 +1565,13 @@ starting with `not' and followed by regexps."
"Alist of mail and news faces for facemenu.
The cdr of each entry is a function for applying the face to a region.")
-;; (defcustom message-send-hook nil
-;; "Hook run before sending messages.
-;; This hook is run quite early when sending."
-;; :group 'message-various
-;; :options '(ispell-message)
-;; :link '(custom-manual "(message)Various Message Variables")
-;; :type 'hook)
-
-(defvaralias 'message-send-hook 'mail-send-hook)
+(defcustom message-send-hook nil
+ "Hook run before sending messages.
+This hook is run quite early when sending."
+ :group 'message-various
+ :options '(ispell-message)
+ :link '(custom-manual "(message)Various Message Variables")
+ :type 'hook)
(defcustom message-send-mail-hook nil
"Hook run before sending mail messages.