mud/lib/doc/applies/save_ed_setup
2020-09-06 05:43:07 -07:00

12 lines
347 B
Plaintext

save_ed_setup - save a user's editor setup or configuration settings
int save_ed_setup( object user, int config );
This master apply is called by the ed() efun to save
a user's ed setup/configuration settings (contained in
an int). This function should return an int for
success (1 or TRUE)/failure (0 or FALSE).
Seel also:
retrieve_ed_setup