scsh-checkins
[Top] [All Lists]

[Scsh-checkins] CVS: scsh-0.6/scheme/env command.scm,1.1,1.2

To: scsh-checkins@sourceforge.net
Subject: [Scsh-checkins] CVS: scsh-0.6/scheme/env command.scm,1.1,1.2
From: Martin Gasbichler <mainzelm@users.sourceforge.net>
Date: Thu, 11 Jan 2001 07:05:06 -0800
List-id: <scsh-checkins.lists.sourceforge.net>
Sender: scsh-checkins-admin@lists.sourceforge.net
Update of /cvsroot/scsh/scsh-0.6/scheme/env
In directory usw-pr-cvs1:/tmp/cvs-serv5598

Modified Files:
        command.scm 
Log Message:
Replaced Scheme 48 with Scsh in user dialog.


Index: command.scm
===================================================================
RCS file: /cvsroot/scsh/scsh-0.6/scheme/env/command.scm,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** command.scm 1999/09/14 12:44:57     1.1
--- command.scm 2001/01/11 15:05:04     1.2
***************
*** 91,95 ****
               ; worried that it is what handles normal EOF. (HCC)
               (exit-command-processor (lambda () 0)))
!             ((y-or-n? "Exit Scheme 48" #t)
               (exit-command-processor (lambda () 1)))
              (else
--- 91,95 ----
               ; worried that it is what handles normal EOF. (HCC)
               (exit-command-processor (lambda () 0)))
!             ((y-or-n? "Exit Scsh?" #t)
               (exit-command-processor (lambda () 1)))
              (else



<Prev in Thread] Current Thread [Next in Thread>
  • [Scsh-checkins] CVS: scsh-0.6/scheme/env command.scm,1.1,1.2, Martin Gasbichler <=