[mcclim-cvs] CVS mcclim/ESA
thenriksen
thenriksen at common-lisp.net
Fri Jan 4 21:56:29 UTC 2008
Update of /project/mcclim/cvsroot/mcclim/ESA
In directory clnet:/tmp/cvs-serv32029/ESA
Modified Files:
esa-command-parser.lisp
Log Message:
Restored evaluating of arguments to ESA commands.
--- /project/mcclim/cvsroot/mcclim/ESA/esa-command-parser.lisp 2007/12/27 20:31:56 1.3
+++ /project/mcclim/cvsroot/mcclim/ESA/esa-command-parser.lisp 2008/01/04 21:56:29 1.4
@@ -123,6 +123,6 @@
(esa-parse-one-arg stream name ptype args))
((eq command-arg *numeric-argument-marker*)
(or numeric-argument (getf args :default)))
- (t command-arg))
+ (t (eval command-arg)))
result)
(maybe-clear-input)))))))))))
More information about the Mcclim-cvs
mailing list