Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
;; -*- mode: common-lisp; package: system -*-
;;
;; -[Thu Feb 27 12:39:07 1992 by layer]-
;;
;; copyright (c) 1991 Franz Inc, Berkeley, CA All rights reserved.
;;
;; The software, data and information contained herein are proprietary
;; to, and comprise valuable trade secrets of, Franz, Inc. They are
;; given in confidence by Franz, Inc. pursuant to a written license
;; agreement, and may be stored and used only in accordance with the terms
;; of such license.
;;
;; Restricted Rights Legend
;; ------------------------
;; Use, duplication, and disclosure of the software, data and information
;; contained herein by any agency, department or entity of the U.S.
;; Government are subject to restrictions of Restricted Rights for
;; Commercial Software developed at private expense as specified in FAR
;; 52.227-19 or DOD FAR Supplement 252.227-7013 (c) (1) (ii), as
;; applicable.
;;
;; $fiHeader: instclim-2.0.lisp,v 1.1 92/03/30 22:10:04 cer Exp $
;;
;; Load CLIM
;;
(in-package :system)
(load-application (progn
(require :climol)
(load-patches
"patch"
(namestring
(merge-pathnames "update-clim-2.0"
excl::*library-pathname*))))
:devel system::*devel*)
(format t "~&; Finished loading CLIM~%")
(force-output)