When user requests that the last screen be closed, this should act
authorChris Hanson <org/chris-hanson/cph>
Wed, 7 Jun 1995 19:01:43 +0000 (19:01 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 7 Jun 1995 19:01:43 +0000 (19:01 +0000)
like C-x C-c instead of C-x c.

v7/src/edwin/curren.scm

index 42ea3140d3f0d4ab28ecab80a88968ace66a4e2f..67941c327428c6ab2db12d880b12a05f4792d53d 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Id: curren.scm,v 1.117 1995/05/05 06:25:50 cph Exp $
+;;;    $Id: curren.scm,v 1.118 1995/06/07 19:01:43 cph Exp $
 ;;;
 ;;;    Copyright (c) 1986, 1989-95 Massachusetts Institute of Technology
 ;;;
@@ -98,7 +98,7 @@ The screen is guaranteed to be deselected at that time."
                 (set-editor-screens! current-editor
                                      (delq! screen
                                             (editor-screens current-editor))))
-              (save-buffers-kill-edwin)))))))
+              ((ref-command save-buffers-kill-scheme) #t)))))))
 
 (define (select-screen screen)
   (without-interrupts