1.0.7.15: fix buglet in NAME-LAMBDALIKE
authorNikodemus Siivola <nikodemus@random-state.net>
Thu, 12 Jul 2007 10:31:20 +0000 (10:31 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Thu, 12 Jul 2007 10:31:20 +0000 (10:31 +0000)
 * Remove stray QUOTE. Reported by David Smith.

src/compiler/ir1-translators.lisp
version.lisp-expr

index 48bc62a..83b4ab4 100644 (file)
@@ -478,7 +478,7 @@ Return VALUE without evaluating it."
      (second thing))
     ((lambda instance-lambda)
      `(lambda ,(second thing)))
-    ((lambda-with-lexenv)'
+    ((lambda-with-lexenv)
      `(lambda ,(fifth thing)))))
 
 (defun fun-name-leaf (thing)
index 8bfeaf3..7583589 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.7.14"
+"1.0.7.15"