eieio-persistent-save-interactive

eieio-persistent-save-interactive is a compiled Lisp function in `eieio-base.el'.

(eieio-persistent-save-interactive &rest LOCAL-ARGS)

Prepare to save THIS. Use in an `interactive' statement.
Query user for file name with PROMPT if THIS does not yet specify
a file. Optional argument NAME specifies a default file name.

This is a generic function with only one primary method.

Implementations:

`eieio-persistent' :PRIMARY (arg1 arg2 &optional arg3)
Prepare to save THIS. Use in an `interactive' statement.
Query user for file name with PROMPT if THIS does not yet specify
a file. Optional argument NAME specifies a default file name.

(fn THIS PROMPT &optional NAME)

Defined in `eieio-base.el'