From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: `emacs-diffs@gnu.org' local delivery failed Date: 18 Aug 2002 08:36:06 +0900 Sender: emacs-devel-admin@gnu.org Message-ID: <87u1lt12jd.fsf@tc-1-100.kawasaki.gol.ne.jp> Reply-To: Miles Bader NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1029627376 24052 127.0.0.1 (17 Aug 2002 23:36:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 17 Aug 2002 23:36:16 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17gD75-0006Fl-00 for ; Sun, 18 Aug 2002 01:36:11 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17gDXl-0000j7-00 for ; Sun, 18 Aug 2002 02:03:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17gD85-0001gX-00; Sat, 17 Aug 2002 19:37:13 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17gD7d-0001es-00 for emacs-devel@gnu.org; Sat, 17 Aug 2002 19:36:45 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17gD7Z-0001ec-00 for emacs-devel@gnu.org; Sat, 17 Aug 2002 19:36:45 -0400 Original-Received: from smtp02.fields.gol.com ([203.216.5.132]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17gD74-0001e2-00; Sat, 17 Aug 2002 19:36:10 -0400 Original-Received: from tc-2-202.kawasaki.gol.ne.jp ([203.216.25.202] helo=tc-1-100.kawasaki.gol.ne.jp) by smtp02.fields.gol.com with esmtp (Magnetic Fields) id 17gD72-0007z2-00; Sun, 18 Aug 2002 08:36:08 +0900 Original-Received: by tc-1-100.kawasaki.gol.ne.jp (Postfix, from userid 1000) id D74B93068; Sun, 18 Aug 2002 08:36:06 +0900 (JST) Original-To: system-hackers@gnu.org, cvs-hackers@gnu.org, emacs-devel@gnu.org System-Type: i686-pc-linux-gnu Original-Lines: 40 X-Abuse-Complaints: abuse@gol.com Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:6612 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6612 I got the appended email, apparently due to my CVS checkin. BTW, shouldn't this sort of error go to an administrative address somewhere, rather than to the person who did the checkin? -Miles --- begin message --- This message was created automatically by mail delivery software (Exim). A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: emacs-diffs@gnu.org local delivery failed ------ This is a copy of the message, including all the headers. ------ Return-path: Received: from subversions.gnu.org ([199.232.41.2]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17g4pp-0001pA-00 for emacs-diffs@gnu.org; Sat, 17 Aug 2002 10:45:49 -0400 Received: from miles by subversions.gnu.org with local (Exim 3.35 #1 (Debian)) id 17g4po-0005tr-00; Sat, 17 Aug 2002 10:45:48 -0400 To: emacs-diffs@gnu.org Subject: Changes to emacs/lisp/emacs-lisp/disass.el Reply-to: miles@gnu.org Message-Id: From: Miles Bader Date: Sat, 17 Aug 2002 10:45:48 -0400 Index: emacs/lisp/emacs-lisp/disass.el diff -c emacs/lisp/emacs-lisp/disass.el:1.17 +emacs/lisp/emacs-lisp/disass.el:1.18 *** emacs/lisp/emacs-lisp/disass.el:1.17 Wed May 13 20:57:14 1998 --- emacs/lisp/emacs-lisp/disass.el Tue Aug 11 07:05:51 1998 ...