0.8.0.84:
authorWilliam Harold Newman <william.newman@airmail.net>
Fri, 20 Jun 2003 16:05:56 +0000 (16:05 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Fri, 20 Jun 2003 16:05:56 +0000 (16:05 +0000)
YA instance of insufficient attention to DESCRIBE detail

src/pcl/describe.lisp
version.lisp-expr

index 71ced2d..edaa29d 100644 (file)
@@ -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
index 0b7ab61..4139bf1 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.8.0.83"
+"0.8.0.84"