Adjust paths to be consistent with rest of release.
authorChris Hanson <org/chris-hanson/cph>
Wed, 2 Aug 1989 16:18:23 +0000 (16:18 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 2 Aug 1989 16:18:23 +0000 (16:18 +0000)
v7/src/edwin/paths.scm

index b8fd2bb29f8ec246650568487d9539317ef26d42..2bf79ddb36b3d0414278f106697050a3715ea240 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$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 $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/paths.scm,v 1.3 1989/08/02 16:18:23 cph Exp $
 
 Copyright (c) 1989 Massachusetts Institute of Technology
 
@@ -37,10 +37,10 @@ MIT in each case. |#
 (declare (usual-integrations))
 
 (define edwin-binary-directory
-  (string->pathname "/zurich/scheme/edwin/"))
+  (string->pathname "/usr/local/lib/mit-scheme/edwin/autoload/"))
 
 (define edwin-info-directory
-  (string->pathname "/emacs-device/emacs/info/"))
+  (string->pathname "/usr/local/lib/mit-scheme/edwin/info/"))
 
 (define edwin-tutorial-pathname
-  (string->pathname "/zurich/scheme/edwin/TUTORIAL"))
\ No newline at end of file
+  (string->pathname "/usr/local/lib/mit-scheme/edwin/TUTORIAL"))
\ No newline at end of file