0.9.7.14:
authorThiemo Seufer <ths@networkno.de>
Sun, 4 Dec 2005 23:07:13 +0000 (23:07 +0000)
committerThiemo Seufer <ths@networkno.de>
Sun, 4 Dec 2005 23:07:13 +0000 (23:07 +0000)
Stray whitespace.

tests/clos.impure.lisp
version.lisp-expr

index 54931c9..100407d 100644 (file)
 ;;; 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)))
 
index 7312551..697792e 100644 (file)
@@ -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"