From: yamaoka Date: Tue, 7 Jan 2003 00:21:35 +0000 (+0000) Subject: Synch with Oort Gnus. X-Git-Tag: t-gnus-6_15_12-00-quimby~42 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=1992ffd35421e5183b4507c349cb84b86eba9ded;p=elisp%2Fgnus.git- Synch with Oort Gnus. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 635fe94..59962d3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-01-07 Jesper Harder + + * gnus-msg.el (gnus-group-post-news): Don't assume that "" will + always be interpreted as news. + 2003-01-07 Simon Josefsson * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el index 80a455c..0ed987c 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, 1996, 1997, 1998, 1999, 2000, 2001, 2002 +;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 ;; Free Software Foundation, Inc. ;; Author: Masanobu UMEDA @@ -619,7 +619,8 @@ a news." "")) ;; make sure last viewed article doesn't affect posting styles: (gnus-article-copy)) - (gnus-post-news 'post gnus-newsgroup-name))) + (gnus-post-news 'post gnus-newsgroup-name nil nil nil nil + (string= gnus-newsgroup-name "")))) (defun gnus-summary-mail-other-window (&optional arg) "Start composing a mail in another window.