save all / load



> load("nusum.mac");
> 
> save("/tmp/frob.lisp",all);
> 
> should be a work-around.

Or instead of loading the whole of nusum.mac, just put

dva(var)::=buildq([var],define_variable(var,'var,any))$

in your maxima-init.mac (nobody needs the definition, but well...)

Wolfgang