From xemacs-m  Wed Jun 25 01:54:18 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id BAA00918
	for <xemacs-beta@xemacs.org>; Wed, 25 Jun 1997 01:54:17 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id XAA22853;
	Tue, 24 Jun 1997 23:57:18 -0700
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: `kill-some-buffers'
References: <9706250054.AA18831@w20-575-58.MIT.EDU>
X-Url: http://www.miranova.com/%7Esteve/
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@xemacs.org>
In-Reply-To: David Bakhash's message of "Tue, 24 Jun 1997 20:54:28 -0400"
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
Date: 24 Jun 1997 23:57:15 -0700
Message-ID: <m2d8pbyxtg.fsf@altair.xemacs.org>
Lines: 12
X-Mailer: Gnus v5.4.59/XEmacs 20.3(beta9) - "Sofia"

David Bakhash <cadet@MIT.EDU> writes:

> A useful note from someone on the comp.emacs.xemacs list (Carey Evans
> <c.evans@clear.net.nz>):

> apply a similar patch that we did for `save-some-buffers' to
> `kill-some-buffers'.  That function is used a lot less frequently, but
> nevertheless, it's nice when things are done symmetrically, and XEmacs
> is more unified.

Sounds like a good reason to come up with something general that can
be used with all functions that loop over buffer lists.

