From 92d16270c6fc672683479f1f4dfe4eb1ca2711b2 Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Sun, 4 Dec 2005 23:07:13 +0000 Subject: [PATCH] 0.9.7.14: Stray whitespace. --- tests/clos.impure.lisp | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/clos.impure.lisp b/tests/clos.impure.lisp index 54931c9..100407d 100644 --- a/tests/clos.impure.lisp +++ b/tests/clos.impure.lisp @@ -896,7 +896,7 @@ ;;; Siivola. Not all methods for accessing slots are created equal... (defclass yet-another-obsoletion-super () ((obs :accessor obs-of :initform 0))) (defclass yet-another-obsoletion-sub (yet-another-obsoletion-super) ()) -(defmethod shared-initialize :after ((i yet-another-obsoletion-super) +(defmethod shared-initialize :after ((i yet-another-obsoletion-super) slots &rest init) (incf (obs-of i))) diff --git a/version.lisp-expr b/version.lisp-expr index 7312551..697792e 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.9.7.13" +"0.9.7.14" -- 1.7.10.4