From: morioka Date: Mon, 16 Feb 1998 14:21:32 +0000 (+0000) Subject: Sync up with qgnus-0.26. X-Git-Tag: gnus-6_7-tomo-199811302358~196 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=63377d1abd13d1bc3fda34b20a662b7065d3135b;p=elisp%2Fgnus.git- Sync up with qgnus-0.26. --- diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el index c25fa17..5ee6f3a 100644 --- a/lisp/gnus-msg.el +++ b/lisp/gnus-msg.el @@ -1,5 +1,5 @@ ;;; gnus-msg.el --- mail and post interface for Semi-gnus -;; Copyright (C) 1995,96,97 Free Software Foundation, Inc. +;; Copyright (C) 1995,96,97,98 Free Software Foundation, Inc. ;; Author: Masanobu UMEDA ;; Lars Magne Ingebrigtsen @@ -174,7 +174,7 @@ Thank you for your help in stamping out bugs. (set (make-local-variable 'gnus-message-group-art) (cons ,gnus-newsgroup-name ,article)) (make-local-variable 'gnus-newsgroup-name) - (run-hooks 'gnus-message-setup-hook)) + (gnus-run-hooks 'gnus-message-setup-hook)) (gnus-configure-windows ,config t) (set-buffer-modified-p nil)))) @@ -896,7 +896,7 @@ this is a reply." (save-excursion (nnheader-set-temp-buffer " *acc*") (insert-buffer-substring message-encoding-buffer) - (run-hooks 'gnus-before-do-gcc-hook) + (gnus-run-hooks 'gnus-before-do-gcc-hook) (goto-char (point-min)) (when (re-search-forward (concat "^" (regexp-quote mail-header-separator) "$")