From e63e13ad45816c530f89da13415f4ed0129c9d1c Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Fri, 18 Dec 2009 09:11:26 +0000 Subject: [PATCH] 1.0.33.23: nuke trailing newline from error string Thanks to Stas Boukarev. --- contrib/sb-introspect/introspect.lisp | 2 +- version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/sb-introspect/introspect.lisp b/contrib/sb-introspect/introspect.lisp index 2bfcc68..1b97c67 100644 --- a/contrib/sb-introspect/introspect.lisp +++ b/contrib/sb-introspect/introspect.lisp @@ -358,7 +358,7 @@ If an unsupported TYPE is requested, the function will return NIL. ((or condition standard-object structure-object) (find-definition-source (class-of object))) (t - (error "Don't know how to retrieve source location for a ~S~%" + (error "Don't know how to retrieve source location for a ~S" (type-of object))))) (defun find-function-definition-source (function) diff --git a/version.lisp-expr b/version.lisp-expr index da8ae87..ed7d136 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".) -"1.0.33.22" +"1.0.33.23" -- 1.7.10.4