From xemacs-m  Wed Jun 18 21:17:53 1997
Received: from bittersweet.inetarena.com (karlheg@bittersweet.inetarena.com [206.129.216.38])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id VAA11786
	for <xemacs-beta@xemacs.org>; Wed, 18 Jun 1997 21:17:51 -0500 (CDT)
Received: (from karlheg@localhost)
	by bittersweet.inetarena.com (8.8.5/8.8.5) id TAA30068;
	Wed, 18 Jun 1997 19:18:17 -0700
To: David Bakhash <cadet@MIT.EDU>
Cc: xemacs-beta@xemacs.org
Subject: Re: arc-mode stuff
References: <199706182113.RAA29019@sundial.MIT.EDU>
X-Face: /Q}=yl}1_v7nP)xXo5XjG8+tl@=uVu7o5u6)f]zN?+<hB!K.m9:[|*p34jVN`O;:XZXVSy>/\R>qDt(t8w!-i{(y0"`jFw^uk8inzO9wXabd'CdjUWfC\GHi:6nO*YC89#-qD>Q4r%9!V"<RYJ=7D#$";q=zML5'!=wvXk^$`6FT=5CMofQX)WUKt0p:OKl.mFOXx/D
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: multipart/mixed;
 boundary="Multipart_Wed_Jun_18_19:18:17_1997-1"
Content-Transfer-Encoding: 7bit
From: karlheg@inetarena.com (Karl M. Hegbloom)
Date: 18 Jun 1997 19:18:17 -0700
In-Reply-To: David Bakhash's message of "Wed, 18 Jun 1997 17:13:23 -0400 (EDT)"
Message-ID: <87soyfibdi.fsf@bittersweet.inetarena.com>
Lines: 45
X-Mailer: Gnus v5.4.56/XEmacs 20.3(beta7) - "Oslo"

--Multipart_Wed_Jun_18_19:18:17_1997-1
Content-Type: text/plain; charset=US-ASCII

>>>>> "David" == David Bakhash <cadet@MIT.EDU> writes:

    David> I noticed some stuff about arc-mode.  Well, if people are
    David> gonna be fudging with it, I have a request:

    David> add the function :

    David> archive-quit

 A real brain-boggler...


--Multipart_Wed_Jun_18_19:18:17_1997-1
Content-Type: text/plain; charset=US-ASCII

*** lisp/modes/arc-mode.el~	Wed Jun 18 19:15:37 1997
--- lisp/modes/arc-mode.el	Wed Jun 18 19:15:37 1997
***************
*** 465,470 ****
--- 465,476 ----
  
  ;; Archive mode is suitable only for specially formatted data.
  (put 'archive-mode 'mode-class 'special)
+ 
+ (defun archive-quit ()
+   "Bury the current archive buffer."
+   (interactive)
+   (bury-buffer))
+ 
  ;; -------------------------------------------------------------------------
  ;; Section: Key maps
  

--Multipart_Wed_Jun_18_19:18:17_1997-1
Content-Type: text/plain; charset=US-ASCII

Karl M. Hegbloom <karlheg@inetarena.com>           finger or ytalk:
http://www.inetarena.com/~karlheg           karlheg@bittersweet.inetarena.com
Portland, OR  USA
Debian GNU 1.3  Linux 2.1.36 AMD K5 PR-133

--Multipart_Wed_Jun_18_19:18:17_1997-1--

