[Bese-devel] %defaction logging error

Alexey Antipov door at lcpi.ru
Thu Jul 20 12:41:22 UTC 2006


in %defaction (list ,@(arnesi:extract-argument-names other-args)))) 
expands into (list (var class)), which result is "The variable CLASS is unbound."
can this be fixed with simple quoting?
-                                (list ,@(arnesi:extract-argument-names other-args)))) 
+                                (list ',@(arnesi:extract-argument-names other-args))))



More information about the bese-devel mailing list