1.0.33.23: nuke trailing newline from error string
authorNikodemus Siivola <nikodemus@random-state.net>
Fri, 18 Dec 2009 09:11:26 +0000 (09:11 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Fri, 18 Dec 2009 09:11:26 +0000 (09:11 +0000)
 Thanks to Stas Boukarev.

contrib/sb-introspect/introspect.lisp
version.lisp-expr

index 2bfcc68..1b97c67 100644 (file)
@@ -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)
index da8ae87..ed7d136 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".)
-"1.0.33.22"
+"1.0.33.23"