From 1d8a7291ce870883bb32932df899348f88175b71 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 14 Sep 1992 23:12:23 +0000 Subject: [PATCH] Use new %QUIT. --- v7/src/edwin/editor.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1