From: morioka Date: Sat, 27 Mar 1999 16:12:10 +0000 (+0000) Subject: (gnus-following-method): Use `gnus-group-find-parameter' to detect the X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a53e27b47a969a26c047d3621d406fbf22e51966;p=elisp%2Fgnus.git- (gnus-following-method): Use `gnus-group-find-parameter' to detect the current message is news or not. --- diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index 5845e21..285fd61 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -3295,7 +3295,7 @@ forbidden in URL encoding." (defun gnus-following-method (buf) (set-buffer buf) - (if (std11-field-body "Newsgroup") + (if (gnus-group-find-parameter gnus-newsgroup-name 'newsgroup) (message-followup) (message-wide-reply)) (message-yank-original)