Update pathnames to reflect current installation. Add new pathname
authorChris Hanson <org/chris-hanson/cph>
Wed, 5 Apr 1989 18:21:57 +0000 (18:21 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 5 Apr 1989 18:21:57 +0000 (18:21 +0000)
for tutorial file.

v7/src/edwin/paths.scm

index 9f4d2308da27c2a5c2d1efc412f07d2b463b3dc4..b8fd2bb29f8ec246650568487d9539317ef26d42 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/paths.scm,v 1.1 1989/03/14 08:08:55 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/paths.scm,v 1.2 1989/04/05 18:21:57 cph Rel $
 
 Copyright (c) 1989 Massachusetts Institute of Technology
 
@@ -37,7 +37,10 @@ MIT in each case. |#
 (declare (usual-integrations))
 
 (define edwin-binary-directory
-  (string->pathname "/zu/cph/edwin/"))
+  (string->pathname "/zurich/scheme/edwin/"))
 
 (define edwin-info-directory
-  edwin-binary-directory)
\ No newline at end of file
+  (string->pathname "/emacs-device/emacs/info/"))
+
+(define edwin-tutorial-pathname
+  (string->pathname "/zurich/scheme/edwin/TUTORIAL"))
\ No newline at end of file