From: Chris Hanson Date: Wed, 2 Aug 1989 16:18:23 +0000 (+0000) Subject: Adjust paths to be consistent with rest of release. X-Git-Tag: 20090517-FFI~11909 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=998ae42d92e273f5ba983a47f105b0651f8035f3;p=mit-scheme.git Adjust paths to be consistent with rest of release. --- diff --git a/v7/src/edwin/paths.scm b/v7/src/edwin/paths.scm index b8fd2bb29..2bf79ddb3 100644 --- a/v7/src/edwin/paths.scm +++ b/v7/src/edwin/paths.scm @@ -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