Delete trailing whitespace. In lambda-list-parsing.lisp this fixes a bug
apply-substitution.lisp
Sat Apr 2 03:50:19 UTC 2011 rbrown@common-lisp.net
* Delete trailing whitespace. In lambda-list-parsing.lisp this fixes a bug
with ~@<newline> format directives.
--- old-cl-unification-2/apply-substitution.lisp 2014-09-11 07:31:25.000000000 +0000
+++ new-cl-unification-2/apply-substitution.lisp 2014-09-11 07:31:25.000000000 +0000
@@ -70,8 +70,8 @@
finally (return (make-frame result-bindings)))
into frames
finally (return (make-environment :frames frames))))
-
-
+
+
;;; ground-term --