From xemacs-m  Fri Jul 11 14:47:12 1997
Received: from crystal.WonderWorks.COM (crystal.WonderWorks.com [192.203.206.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id OAA21416
	for <xemacs-beta@xemacs.org>; Fri, 11 Jul 1997 14:47:11 -0500 (CDT)
Received: by crystal.WonderWorks.COM 
	id QQcxtv10207; Fri, 11 Jul 1997 15:47:10 -0400 (EDT)
Date: Fri, 11 Jul 1997 15:47:10 -0400 (EDT)
Message-Id: <QQcxtv10207.199707111947@crystal.WonderWorks.COM>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Kyle Jones <kyle_jones@wonderworks.com>
To: xemacs-beta@xemacs.org
Subject: save-some-buffers bug
In-Reply-To: <199707111711.NAA04541@simple.sst.ll.mit.edu>
References: <199707111711.NAA04541@simple.sst.ll.mit.edu>
X-Mailer: VM 6.33 under 20.3 "Helsinki" XEmacs  Lucid (beta12)
X-Face: /cA45WHG7jWq>(O3&Z57Y<"WsX5ddc,4c#w0F*zrV#=M
        0@~@,s;b,aMtR5Sqs"+nU.z^CSFQ9t`z2>W,S,]:[+2^
        Nbf6v4g>!&,7R4Ot4Wg{&tm=WX7P["9%a)_da48-^tGy
        ,qz]Z,Zz\{E.,]'EO+F)@$KtF&V

David Bakhash writes:
 > 	This seems like a bug in `map-y-or-n-p'.  Seems like that
 > function should be fixed in map-ynp.el -- I think that that's the
 > proper place to fix this bug since the added code in
 > `save-some-buffers' seems to have nothing to do with reading the
 > C-h/f1 and acting on it.  I'm taking a look now.

C-h is being read and acted upon.  The call to delete-other-window
immediately thereafter by your code is wiping the help window from
the screen.

