From 050de50f4610061c4facb40fea521484d5485b89 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Tue, 29 May 2007 11:48:22 +0200 Subject: Add a LAST-MODIFICATION field to class JOURNAL-ENTRY. darcs-hash:1663026972190249829b9f43c0b20e5f56fb9823 --- journal.lisp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'journal.lisp') diff --git a/journal.lisp b/journal.lisp index 0c8156e..841faee 100755 --- a/journal.lisp +++ b/journal.lisp @@ -78,6 +78,10 @@ (date :type (integer 0) :accessor date-of :initarg :date) + (last-modification :type (or null (integer 0)) + :accessor last-modification-of + :initarg :last-modification + :initform nil) (body :type string :accessor body-of :initarg :body -- cgit v1.2.3