From: Chris Hanson Date: Mon, 14 Sep 1992 23:12:23 +0000 (+0000) Subject: Use new %QUIT. X-Git-Tag: 20090517-FFI~8967 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=1d8a7291ce870883bb32932df899348f88175b71;p=mit-scheme.git Use new %QUIT. --- diff --git a/v7/src/edwin/editor.scm b/v7/src/edwin/editor.scm index 3330d9d42..d253fd9d3 100644 --- a/v7/src/edwin/editor.scm +++ b/v7/src/edwin/editor.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/editor.scm,v 1.223 1992/08/27 06:43:24 jinx Exp $ +;;; $Id: editor.scm,v 1.224 1992/09/14 23:12:23 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-1992 Massachusetts Institute of Technology ;;; @@ -342,7 +342,7 @@ This does not affect editor errors or evaluation errors." (quit-editor-and (lambda () *the-non-printing-object*))) (define (quit-scheme) - (quit-editor-and (lambda () (quit) (edit)))) + (quit-editor-and (lambda () (%quit) (edit)))) (define (quit-editor-and thunk) (call-with-current-continuation