From dfcd6d97b9a498d7c0834887bd097b3657a0cc1d Mon Sep 17 00:00:00 2001
From: cer <cer>
Date: Mon, 30 Mar 1992 22:10:04 +0000
Subject: [PATCH] Initial revision

---
 instclimxm.lisp | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
 create mode 100644 instclimxm.lisp

diff --git a/instclimxm.lisp b/instclimxm.lisp
new file mode 100644
index 00000000..937fd286
--- /dev/null
+++ b/instclimxm.lisp
@@ -0,0 +1,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.cl,v 1.4 92/03/10 17:24:59 cer Exp $
+
+;;
+;; Load CLIM
+;;
+
+(in-package :system)
+
+(load-application (progn 
+		    (require :climxm)
+		    (load-patches
+		     "patch"
+		     (namestring
+		      (merge-pathnames "update-clim-2.0"
+				       excl::*library-pathname*))))
+		  :devel system::*devel*)
+
+(format t "~&; Finished loading CLIM~%")
+(force-output)
-- 
GitLab