Index: /trunk/source/compiler/nx0.lisp
===================================================================
--- /trunk/source/compiler/nx0.lisp	(revision 13812)
+++ /trunk/source/compiler/nx0.lisp	(revision 13813)
@@ -1922,6 +1922,5 @@
 
 (defun nx1-combination (form env)
-  (destructuring-bind (sym &rest args)
-                      form
+  (destructuring-bind (sym &rest args) form
     (if (symbolp sym)
       (let* ((*nx-sfname* sym) special)
@@ -1932,5 +1931,5 @@
                                  ))
                      (< (safety-optimize-quantity env) 3))
-                 ;(not (nx-lexical-finfo sym env))
+                 ;;(not (nx-lexical-finfo sym env))
                  (not (nx-declared-notinline-p sym *nx-lexical-environment*)))
           (funcall special form env) ; pass environment arg ...
@@ -1939,5 +1938,5 @@
       (if (lambda-expression-p sym)
         (nx1-lambda-bind (%cadr sym) args (%cddr sym))
-      (nx-error "In the form ~S, ~S is not a symbol or lambda expression." form sym)))))
+	(nx-error "In the form ~S, ~S is not a symbol or lambda expression." form sym)))))
 
 (defun nx1-treat-as-call (args)
