help-gnu-emacs
[Top][All Lists]
Advanced

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

delete-trailing-whitespace on save


From: martin rudalics
Subject: delete-trailing-whitespace on save
Date: Wed, 28 Nov 2007 14:21:30 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

Your `basic-save-buffer' should give you three ways to do that:

            (or (run-hook-with-args-until-success 'write-contents-hooks)
                (run-hook-with-args-until-success 'local-write-file-hooks)
                (run-hook-with-args-until-success 'write-file-hooks)





reply via email to

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