5.11.0 can not load diff_form



Hello Gosei,

>  (%i3) load("diff_form.mac");
>  Could not find `diff_form.mac' using paths in

Sorry, diff_form is not on the list of share directories to search;
that is an oversight. To work around the problem:

file_search_maxima : append (file_search_maxima,
["/usr/local/share/maxima/5.11.0/share/diff_form/###.mac"]);

file_search_lisp : append (file_search_lisp,
["/usr/local/share/maxima/5.11.0/share/diff_form/###.lisp"]);

Then I think load(diff_form) should work. Sorry for the bother,
I'll fix it in cvs.

best,
Robert