emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: multiple queries to delete excess backup version w/ custom


From: martin rudalics
Subject: Re: multiple queries to delete excess backup version w/ custom
Date: Sun, 06 Jan 2008 23:22:29 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

> You might want to implement the function that saves as a call to the
> function that merely marks for saving, followed by a call to to
> custom-save-all, rather than duplicate the code.

Good.  But the end of `custom-variable-save' reads as

    (custom-save-all)
    (custom-variable-state-set widget)
    (custom-redraw-magic widget)))

and I think I should still do the last two calls _after_ calling
`custom-save-all' - just in case the latter throws an error.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]