From a062a5a55d8558173d27ea56d7ecde834e44e7e5 Mon Sep 17 00:00:00 2001 From: William Harold Newman Date: Fri, 20 Jun 2003 16:05:56 +0000 Subject: [PATCH] 0.8.0.84: YA instance of insufficient attention to DESCRIBE detail --- src/pcl/describe.lisp | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 1.7.10.4