
6 Aug
2007
6 Aug
'07
3:12 p.m.
On Thu, 02 Aug 2007, Thomas Schilling
(defun delete-trailing-space ()
FYI: There is a standard function delete-trailing-whitespace which you could use.
(add-hook 'write-file-hooks 'delete-trailing-space)
And write-contents-hooks may be more appropriate. -- /NAD