Simon Thum writes:
> I'm sure there is a better way to fix this, but the attached patch
> helps me to not get something like "Warning: argument nil not
> recognized" spoiling every maxima result.

I'd rather do this directly in the let form:

-        (let* ((cmdline (cdr (assoc :cmdline params)))
+        (let* ((cmdline (or (cdr (assoc :cmdline params)) ""))

And please provide a changelog with your patch.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

DIY Stuff:
http://Synth.Stromeko.net/DIY.html


Reply via email to