From 0ce21c1f171c3951a10aae8970efce774828646c Mon Sep 17 00:00:00 2001 From: cer <cer> Date: Fri, 21 Aug 1992 16:33:00 +0000 Subject: [PATCH] Initial revision --- tk-silica/last.lisp | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 tk-silica/last.lisp diff --git a/tk-silica/last.lisp b/tk-silica/last.lisp new file mode 100644 index 00000000..e532366c --- /dev/null +++ b/tk-silica/last.lisp @@ -0,0 +1,34 @@ +;; -*- mode: common-lisp; package: system -*- +;; +;; -[]- +;; +;; copyright (c) 1985, 1986 Franz Inc, Alameda, CA All rights reserved. +;; copyright (c) 1986-1992 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$ + + +(in-package :system) + +(load-application + (load-patches + "patch" + (namestring + (merge-pathnames "update-clim-2.0" + excl::*library-pathname*))) + :devel system::*devel*) -- GitLab