Title: Moving more functions between modules 
Goal: accept
Parameters: [{file,"morefun.erl"},{funlist,[{caller,0},{square,1},{inc,1}]},{name,"morefunt"}].
Documentation: More functions are moved between modules which do not use the record definied in the source module and have no connections with the other functions. The function exported in the original module has to be placed to an export list in the new module, too, and has to be removed from the list in its original place. The transformation can be executed.
