From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/6217 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: September Gnus v0.85 is released (patch) Date: 16 May 1996 07:09:47 +0900 Organization: The Katsumi Yamaoka Fan Club Message-ID: <960516070947sGnus0.85@ganews.ga.sony.co.jp> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.60) Content-Type: multipart/mixed; boundary="Multipart_Thu_May_16_07:09:47_1996-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035146705 2909 80.91.224.250 (20 Oct 2002 20:45:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:45:05 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id PAA15647 for ; Wed, 15 May 1996 15:48:47 -0700 Original-Received: from sonyinet.sony.co.jp (sonyinet.sony.co.jp [202.238.80.17]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Thu, 16 May 1996 00:09:57 +0200 Original-Received: from sonygw.sony.co.jp ([43.0.1.249]) by sonyinet.sony.co.jp (8.6.10/3.4W4-96030410) with ESMTP id HAA26977 for ; Thu, 16 May 1996 07:09:53 +0900 Original-Received: from shigw.shi.sony.co.jp (shigw [43.1.179.252]) by sonygw.sony.co.jp (8.6.12+2.4W/3.4W-96050919) with ESMTP id HAA14973 for ; Thu, 16 May 1996 07:09:37 +0900 Original-Received: from gagw.ga.sony.co.jp (gabrg [43.1.185.224]) by shigw.shi.sony.co.jp (8.6.12+2.4W/3.4W-95070714) with SMTP id HAA11489 for ; Thu, 16 May 1996 07:09:36 +0900 Original-Received: from beer.ga.sony.co.jp by gagw.ga.sony.co.jp (4.2/6.4J.6) id AA12817; Thu, 16 May 96 07:09:50 JST Original-Received: by beer.ga.sony.co.jp (4.2/6.4J.6) id AA21279; Thu, 16 May 96 07:09:49 JST Original-To: ding@ifi.uio.no X-Face: I^U0(J'Dk3(>vvfmA.$Xw?JC`51Ns)!fn%}h;?c-lZ CjM=:P3s&d5`$up0Vg4@Z7I>97v7E4-^dYj+Iq!cP|y#drEnC9z%C4#?vs[B5|]nRIxDsHVa-]x;2+ ur6l7HEl;r[R$cYU#A_.)C7);K9a X-Mailer: September Gnus[0.85] + tm[7.60] / Mule[2.3@19.30] Original-Lines: 43 Xref: main.gmane.org gmane.emacs.gnus.general:6217 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:6217 --Multipart_Thu_May_16_07:09:47_1996-1 Content-Type: text/plain; charset=US-ASCII >>>>> In >>>>> Steven L Baur wrote: > Oops. Heavens. --Multipart_Thu_May_16_07:09:47_1996-1 Content-Type: application/octet-stream; type=patch Content-Disposition: attachment; filename="message.el.diff" Content-Transfer-Encoding: 7bit --- message.el.orig Wed May 15 14:04:50 1996 +++ message.el Thu May 16 07:01:26 1996 @@ -2268,7 +2268,7 @@ (interactive) (unless (message-news-p) (error "This is not a news article; canceling is impossible")) - (when (yes-or-no-p "Do you really want to cancel this article? ")) + (when (yes-or-no-p "Do you really want to cancel this article? ") (let (from newsgroups message-id distribution buf) (save-excursion ;; Get header info. from original article. @@ -2300,7 +2300,7 @@ (let ((message-syntax-checks 'dont-check-for-anything-just-trust-me)) (funcall message-send-news-function)) (message "Canceling your article...done") - (kill-buffer buf)))) + (kill-buffer buf))) ;;;###autoload (defun message-supersede () --Multipart_Thu_May_16_07:09:47_1996-1 Content-Type: text/plain; charset=US-ASCII -- (insert-file-contents (expand-file-name "~/.signature")) ;-p --Multipart_Thu_May_16_07:09:47_1996-1--