From 5707a7837e15f1fee87dbf8a4b8906824b9496e6 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sat, 12 Apr 2003 05:46:32 +0000 Subject: [PATCH] r4454: Auto commit for Debian build --- debian/changelog | 6 ++++-- mop.lisp | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 448a052..4807598 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ -cl-hyperobject (2.5.7-1) unstable; urgency=low +cl-hyperobject (2.6.0-1) unstable; urgency=low - * Encapsulate differences in class-slot order + * Encapsulate differences in class-slot order since sbcl/cmucl + reverse the order of slots compared to the defclass macro. + * Fix error with lispworks and process-a-class-slot function -- Kevin M. Rosenberg Fri, 11 Apr 2003 21:14:17 -0600 diff --git a/mop.lisp b/mop.lisp index 6bdd843..c3a9152 100644 --- a/mop.lisp +++ b/mop.lisp @@ -11,7 +11,7 @@ ;;;; in Text, HTML, and XML formats. This includes hyperlinking ;;;; capability and sub-objects. ;;;; -;;;; $Id: mop.lisp,v 1.46 2003/04/12 05:31:43 kevin Exp $ +;;;; $Id: mop.lisp,v 1.47 2003/04/12 05:40:47 kevin Exp $ ;;;; ;;;; This file is Copyright (c) 2000-2002 by Kevin M. Rosenberg ;;;; @@ -129,7 +129,7 @@ value already-processed-options slot) - (list* option value already-processed-options)) + (list* option `',value already-processed-options)) #-lispworks (declare (ignore slot-name)) ) -- 2.34.1