Google
 

Trailing-Edge - PDP-10 Archives - clisp - clisp/upsala/jsys-load.clisp
There are no other files named jsys-load.clisp in the archive.
;;; Load file for the JSYS interface

(in-package "SI" :nicknames '("SYSTEM-INTERNALS"))
(provide "JSYS")
(require "JSYS-TABLE")		; and a JSYS table

(load "clisp:jsys")
(load "clisp:jsys-handy")