r2710: Auto commit for Debian build
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 16 Sep 2002 09:43:51 +0000 (09:43 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 16 Sep 2002 09:43:51 +0000 (09:43 +0000)
lml.cl

diff --git a/lml.cl b/lml.cl
index 4f73fdb071206b0b592053669da37c8f35f64ca5..8efdc39a063e09a594c30b37eec09f84dc1eecc7 100644 (file)
--- a/lml.cl
+++ b/lml.cl
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Aug 2002
 ;;;;
-;;;; $Id: lml.cl,v 1.6 2002/09/16 09:36:27 kevin Exp $
+;;;; $Id: lml.cl,v 1.7 2002/09/16 09:43:51 kevin Exp $
 ;;;;
 ;;;; This file, part of LML, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
                        (return nil))
                      (vector-push-extend ch curr-string))
                    (vector-push-extend #\) curr-string)
-                   (princ (eval (read-from-string curr-string)))
+                   (let ((result (eval (read-from-string curr-string))))
+                     (when result
+                       (princ result)))
                    (setf (fill-pointer curr-string) 0))
                ;; read comma, then non #\( char
                (progn