From c288be9a310396195948f4ee1375ac538766c6ec Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 25 Feb 1993 02:56:52 +0000 Subject: [PATCH] Add load-option. --- v7/src/edwin/doscom.scm | 4 +++- v7/src/edwin/dosshell.scm | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/v7/src/edwin/doscom.scm b/v7/src/edwin/doscom.scm index 8d3b8feea..26562798a 100644 --- a/v7/src/edwin/doscom.scm +++ b/v7/src/edwin/doscom.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: doscom.scm,v 1.1 1993/02/25 02:49:43 gjr Exp $ +$Id: doscom.scm,v 1.2 1993/02/25 02:56:52 gjr Exp $ Copyright (c) 1992-1993 Massachusetts Institute of Technology @@ -41,6 +41,8 @@ license should have been included along with this file. |# (declare (usual-integrations)) +(load-option 'DOSPROCESS) + (define-command shell-command "Execute string COMMAND in inferior shell; display output, if any. Optional second arg true (prefix arg, if interactive) means diff --git a/v7/src/edwin/dosshell.scm b/v7/src/edwin/dosshell.scm index 923616347..d7dced687 100644 --- a/v7/src/edwin/dosshell.scm +++ b/v7/src/edwin/dosshell.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: dosshell.scm,v 1.1 1993/02/25 02:50:59 gjr Exp $ +$Id: dosshell.scm,v 1.2 1993/02/25 02:56:29 gjr Exp $ Copyright (c) 1992-1993 Massachusetts Institute of Technology @@ -42,6 +42,8 @@ license should have been included along with this file. |# (declare (usual-integrations)) +(load-option 'DOSPROCESS) + (define-major-mode pseudo-shell fundamental "Pseudo Shell" "Major mode for executing DOS commands. Return executes the current line as a DOS command. -- 2.25.1