From xemacs-m  Fri Jul 11 15:06:17 1997
Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id PAA22664
	for <xemacs-beta@xemacs.org>; Fri, 11 Jul 1997 15:06:16 -0500 (CDT)
Received: (from hniksic@localhost)
	by jagor.srce.hr (8.8.6/8.8.6) id WAA18900;
	Fri, 11 Jul 1997 22:06:15 +0200 (MET DST)
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: Re: save-some-buffers bug
References: <199707111711.NAA04541@simple.sst.ll.mit.edu> <QQcxtv10207.199707111947@crystal.WonderWorks.COM>
X-Attribution: Hrv
X-Face: Mie8:rOV<\c/~z{s.X4A{!?vY7{drJ([U]0O=W/<W*SMo/Mv:58:*_y~ki>xDi&N7XG
        KV^$k0m3Oe/)'e%3=$PCR&3ITUXH,cK>]bci&<qQ>Ff%x_>1`T(+M2Gg/fgndU%k*ft
        [(7._6e0n-V%|%'[c|q:;}td$#INd+;?!-V=c8Pqf}3J
From: Hrvoje Niksic <hniksic@srce.hr>
Date: 11 Jul 1997 22:06:15 +0200
In-Reply-To: Kyle Jones's message of "Fri, 11 Jul 1997 15:47:10 -0400 (EDT)"
Message-ID: <kigiuyhtkug.fsf@jagor.srce.hr>
Lines: 27
X-Mailer: Gnus v5.4.59/XEmacs 20.3(beta12) - "Helsinki"

Kyle Jones <kyle_jones@wonderworks.com> writes:

> 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.

Well, I don't see a good reason to delete other windows, anyway.

--- lisp/prim/files.el.orig	Fri Jul 11 22:05:16 1997
+++ lisp/prim/files.el	Fri Jul 11 22:05:19 1997
@@ -2304,7 +2304,8 @@
 			(when (condition-case nil
 				  (switch-to-buffer buffer t)
 				(error nil))
-			  (delete-other-windows)))
+			  ;(delete-other-windows)))
+			  ))
 		      (if (buffer-file-name buffer)
 			  (format "Save file %s? "
 				  (buffer-file-name buffer))


-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
"Silence!" cries Freydag. "I did not call thee in for a consultation!" 
"They are my innards! I will not have them misread by a poseur!"

