Use new %QUIT.
authorChris Hanson <org/chris-hanson/cph>
Mon, 14 Sep 1992 23:12:23 +0000 (23:12 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 14 Sep 1992 23:12:23 +0000 (23:12 +0000)
v7/src/edwin/editor.scm

index 3330d9d426d01c226cf9b40f86b859f79ce59cf8..d253fd9d343163db09aa44e70ce138a3f611d5c5 100644 (file)
@@ -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