From 728d9da400f7d0b555198ec6bd91957f255b0105 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Sat, 17 Oct 1992 23:28:06 +0000 Subject: [PATCH] QUIT not yet implemented under DOS. --- v7/src/edwin/basic.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/v7/src/edwin/basic.scm b/v7/src/edwin/basic.scm index 07fb7f957..58429dd73 100644 --- a/v7/src/edwin/basic.scm +++ b/v7/src/edwin/basic.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/basic.scm,v 1.124 1992/03/13 09:45:49 cph Exp $ +;;; $Id: basic.scm,v 1.125 1992/10/17 23:28:06 jinx Exp $ ;;; ;;; Copyright (c) 1986, 1989-92 Massachusetts Institute of Technology ;;; @@ -284,7 +284,8 @@ For a normal exit, you should use \\[exit-recursive-edit], NOT this command." ;; Set this to #F to indicate that calling QUIT has the same effect ;; as calling %EXIT. -(define scheme-can-quit? true) +(define scheme-can-quit? + (not (string=? microcode-id/operating-system-name "dos"))) ;; Set this to #T to force the exit commands to always prompt for ;; confirmation before killing Edwin. -- 2.25.1