From: William Harold Newman Date: Fri, 20 Jun 2003 16:05:56 +0000 (+0000) Subject: 0.8.0.84: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;ds=sidebyside;h=a062a5a55d8558173d27ea56d7ecde834e44e7e5;p=sbcl.git 0.8.0.84: YA instance of insufficient attention to DESCRIBE detail --- diff --git a/src/pcl/describe.lisp b/src/pcl/describe.lisp index 71ced2d..edaa29d 100644 --- a/src/pcl/describe.lisp +++ b/src/pcl/describe.lisp @@ -97,7 +97,7 @@ (if (null methods) (format stream "~&It has no methods.~%") (let ((gf-name (generic-function-name fun))) - (format stream "Its methods are:") + (format stream "~&Its methods are:") (dolist (method methods) (format stream "~2% (~A ~{~S ~}~:S) =>" gf-name diff --git a/version.lisp-expr b/version.lisp-expr index 0b7ab61..4139bf1 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.8.0.83" +"0.8.0.84"