Skip to content

Commit

Permalink
0.9.7.14:
Browse files Browse the repository at this point in the history
	Stray whitespace.
  • Loading branch information
Thiemo Seufer committed Dec 4, 2005
1 parent 4a8044c commit 92d1627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/clos.impure.lisp
Expand Up @@ -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)))

Expand Down
2 changes: 1 addition & 1 deletion version.lisp-expr
Expand Up @@ -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"

0 comments on commit 92d1627

Please sign in to comment.