X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=lml.lisp;h=a98ced99d543a5db68c377ff15a9ad24cef0d95d;hb=5d3d8f5966f44b1103ef7efdbf564fb8f09ae710;hp=3a39758321668c4d62ec2d13d205f95c6240b759;hpb=3dd20782b30be51ea311ec67cbd75ada7e956a0e;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)))