Skip to content
Snippets Groups Projects
instclimol.lisp 1.25 KiB
Newer Older
cer's avatar
cer committed
;; -*- 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)