Welcome to the CHICKEN Scheme pasting service
buffer-cleanup added by mario-goulart on Tue Mar 12 21:21:52 2013
(defun buffer-cleanup ()
(interactive)
(whitespace-cleanup)
(untabify (point-min) (point-max)))
(defun buffer-cleanup ()
(interactive)
(whitespace-cleanup)
(untabify (point-min) (point-max)))