From 74205107e2aa390a61333aa075e4421adb6a9b0d Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 6 Oct 1999 07:03:01 +0000 Subject: [PATCH] (gnus-bug): Delete `Cc'; modify version string. --- lisp/gnus-msg.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el index ca8dc13..3ced920 100644 --- a/lisp/gnus-msg.el +++ b/lisp/gnus-msg.el @@ -939,14 +939,16 @@ If YANK is non-nil, include the original article." (insert gnus-bug-message) (goto-char (point-min))) (message-pop-to-buffer "*Gnus Bug*") - (message-setup - `((To . ,gnus-maintainer) (Cc . ,semi-gnus-developers) (Subject . ""))) + (message-setup `((To . ,gnus-maintainer) (Subject . ""))) (when gnus-bug-create-help-buffer (push `(gnus-bug-kill-buffer) message-send-actions)) (goto-char (point-min)) (re-search-forward (concat "^" (regexp-quote mail-header-separator) "$")) (forward-line 1) - (insert (gnus-version) "\n" + (insert gnus-product-name " " gnus-version-number + " (r" gnus-revision-number ") " + "based on " gnus-original-product-name " v" + gnus-original-version-number "\n" (emacs-version) "\n") (when (and (boundp 'nntp-server-type) (stringp nntp-server-type)) -- 1.7.10.4