Add "-edit" command-line option to simplify starting editor.
authorChris Hanson <org/chris-hanson/cph>
Tue, 23 Dec 1997 04:37:03 +0000 (04:37 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 23 Dec 1997 04:37:03 +0000 (04:37 +0000)
v7/src/edwin/editor.scm
v7/src/edwin/edwin.pkg

index f4106c346a8cbdfd970dc803531e00c96c4fbf6f..81cba0a4053a3ec1cddc709be86bc3433fbad3f7 100644 (file)
@@ -1,8 +1,8 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Id: editor.scm,v 1.241 1996/05/11 08:37:35 cph Exp $
+;;;    $Id: editor.scm,v 1.242 1997/12/23 04:36:56 cph Exp $
 ;;;
-;;;    Copyright (c) 1986, 1989-96 Massachusetts Institute of Technology
+;;;    Copyright (c) 1986, 1989-97 Massachusetts Institute of Technology
 ;;;
 ;;;    This material was developed by the Scheme project at the
 ;;;    Massachusetts Institute of Technology, Department of
              message))))))))
 
 (define (edwin . args) (apply edit args))
+(simple-option-parser "-edit" edit)
 
 (define edwin-editor false)
 (define editor-abort)
index c29d1f795fb4a8f49c8c0ece743b0c9fd10f157e..f3acc5d7ab874f3944d9c43e4000fe9d24b822af 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: edwin.pkg,v 1.216 1997/11/20 05:51:58 cph Exp $
+$Id: edwin.pkg,v 1.217 1997/12/23 04:37:03 cph Exp $
 
 Copyright (c) 1989-97 Massachusetts Institute of Technology
 
@@ -113,6 +113,8 @@ MIT in each case. |#
          make-output-buffer
          output-buffer/drain-block
          output-buffer/write-substring-block)
+  (import (runtime load)
+         simple-option-parser)
   (export (edwin class-macros)
          class-instance-transforms)
   (export ()