From 8db1459b7431223571eda9cba690bcdfeeaee28e Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Sat, 11 Oct 2003 16:44:01 +0000 Subject: [PATCH] 0.8.4.20 Is that lint? DEFINITION-SOURCE now has both FORM-PATH (a la CMUCL source path, renamed because "source-path" is just too similar to "source-pathname") and CHARACTER-OFFSET accessors. DEFINITION-SOURCE now works to some extent on struct accessors and predicates. (It gets the pathname right, but I can't find anywhere to get a within-file offset) Commentary and stuff. --- version.lisp-expr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.lisp-expr b/version.lisp-expr index fc9951a..9743a13 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.4.19" +"0.8.4.20" -- 1.7.10.4