Finish previous change so that no reference is made to the Edwin info
authorChris Hanson <org/chris-hanson/cph>
Fri, 23 Jan 1998 05:26:51 +0000 (05:26 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 23 Jan 1998 05:26:51 +0000 (05:26 +0000)
directory at the time that the band is made.

v7/src/edwin/info.scm

index 4b765cb68f90da4d5d9603939f09de5c283976e8..fc6603683c938ff3b4049ce788de30da1c428cc0 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Id: info.scm,v 1.127 1998/01/03 05:53:51 cph Exp $
+;;;    $Id: info.scm,v 1.128 1998/01/23 05:26:51 cph Exp $
 ;;;
 ;;;    Copyright (c) 1986, 1989-98 Massachusetts Institute of Technology
 ;;;
@@ -111,8 +111,7 @@ Once Info is started, the list of directories to search
 comes from the variable `info-directory-list'.
 This variable `info-default-directory-list' is used as the default
 for initializing `info-directory-list' when Info is started."
-  (append (os/info-default-directory-list)
-         (list (edwin-info-directory)))
+  (os/info-default-directory-list)
   list-of-pathnames?)
 
 (define-variable info-suffix-list