projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb69564
)
Add "/usr/share/info" to INFO-DEFAULT-DIRECTORY-LIST.
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 22 Dec 1999 02:41:18 +0000
(
02:41
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 22 Dec 1999 02:41:18 +0000
(
02:41
+0000)
v7/src/edwin/unix.scm
patch
|
blob
|
history
diff --git
a/v7/src/edwin/unix.scm
b/v7/src/edwin/unix.scm
index a931403de6d00a992b334d02489449fa361b28e8..5a252297fc6536c5ba49e621bbd45ac0a1e61ca7 100644
(file)
--- a/
v7/src/edwin/unix.scm
+++ b/
v7/src/edwin/unix.scm
@@
-1,6
+1,6
@@
;;; -*-Scheme-*-
;;;
-;;; $Id: unix.scm,v 1.10
2 1999/12/06 21:08:37
cph Exp $
+;;; $Id: unix.scm,v 1.10
3 1999/12/22 02:41:18
cph Exp $
;;;
;;; Copyright (c) 1989-1999 Massachusetts Institute of Technology
;;;
@@
-666,4
+666,5
@@
option, instead taking -P <filename>."
(define (os/info-default-directory-list)
(list "/usr/local/lib/info"
"/usr/local/info"
+ "/usr/share/info"
"/usr/info"))
\ No newline at end of file