X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/66b3e812c33393cb573060795d8b7cc71fd1cd48..233380f7937e342cb0a0027f352aecf05f0ae2a4:/src/mewa/mewa.lisp diff --git a/src/mewa/mewa.lisp b/src/mewa/mewa.lisp index 782e19f..01b3577 100644 --- a/src/mewa/mewa.lisp +++ b/src/mewa/mewa.lisp @@ -1,3 +1,4 @@ + (in-package :mewa) (defparameter *default-type* :ucw) @@ -317,4 +318,12 @@ attributes is an alist keyed on the attribute nreeame." (unless (equal new old ) (let ((self (ucw::parent slot))) (setf (modifiedp self) instance - (modifications self) (append (list (type-of new) (type-of old) (type-of value) slot instance ))))))) \ No newline at end of file + (modifications self) (append (list (type-of new) (type-of old) (type-of value) slot instance ))))))) + + +;; This software is Copyright (c) Drew Crampsie, 2004-2005. +;; You are granted the rights to distribute +;; and use this software as governed by the terms +;; of the Lisp Lesser GNU Public License +;; (http://opensource.franz.com/preamble.html), +;; known as the LLGPL.