Hi Guillermo,
> Hi all. This is a script I wrote to auto-build .deb packages with the
> latest sources, or a specific (current) repo version. Haven't tested it
Nice! Many thanks!
One question: Is there a special reason for using undevaluated args
followed by "mapcar eval" in
(de callCheck ("Ret" . "Call")
(when (apply call (mapcar eval "Call"))
"Ret" ) )
or could we simply go the "normal" way?
(de callCheck ("Ret" . @)
(when (apply call (rest))
"Ret" ) )
♪♫ Alex
--
UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe