X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=lml.lisp;h=a98ced99d543a5db68c377ff15a9ad24cef0d95d;hb=13ab4f575a40e2e1247898ea2d364759a76ec2b0;hp=3a39758321668c4d62ec2d13d205f95c6240b759;hpb=e0e0162244fe21b5e2daf1ea9b1c4a58c732aa13;p=lml.git diff --git a/lml.lisp b/lml.lisp index 3a39758..a98ced9 100644 --- a/lml.lisp +++ b/lml.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: lml.lisp,v 1.5 2002/10/14 03:25:05 kevin Exp $ +;;;; $Id: lml.lisp,v 1.6 2002/11/25 18:59:20 kevin Exp $ ;;;; ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -58,9 +58,8 @@ (number `(lml-print "~D" ,form)) (symbol - `(lml-print (string-downcase (symbol-name ,form)))) - (nil - nil) + (when form + `(lml-print (string-downcase (symbol-name ,form))))) (cons form))) forms)))