save file in maxima



If i write a procedure in Maxima and the i save the file as

save ("filename.lisp",all)

the next time when I load the file

load ("filename.lisp",all)

i can't see the procedure. 
How can i save , temporary, a Maxima procedure to modify it in a nesxt time when
I will load it again?