mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-30 17:00:23 +02:00
Changes for SLIB compatibility.
This commit is contained in:
parent
ad76c8d972
commit
249cdba61b
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
1997-12-24 Tim Pierce <twp@skepsis.com>
|
1997-12-24 Tim Pierce <twp@skepsis.com>
|
||||||
|
|
||||||
|
* boot-9.scm: Doc fix.
|
||||||
|
|
||||||
* slib.scm (identity): Made public.
|
* slib.scm (identity): Made public.
|
||||||
(home-vicinity): New function (from SLIB/Template.scm).
|
(home-vicinity): New function (from SLIB/Template.scm).
|
||||||
|
|
||||||
|
|
|
@ -552,8 +552,10 @@
|
||||||
|
|
||||||
|
|
||||||
;;; {Files}
|
;;; {Files}
|
||||||
;;; !!!! these should be implemented using Tcl commands, not fports.
|
|
||||||
;;;
|
;;;
|
||||||
|
;;; If no one can explain this comment to me by 31 Jan 1998, I will
|
||||||
|
;;; assume it is meaningless and remove it. -twp
|
||||||
|
;;; !!!! these should be implemented using Tcl commands, not fports.
|
||||||
|
|
||||||
(define (feature? feature)
|
(define (feature? feature)
|
||||||
(and (memq feature *features*) #t))
|
(and (memq feature *features*) #t))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue