I am using emacs for python on emacs24.4.1. Whenever I am saving python file, it is removing white space from whole file. I am looking for functionality of white space removal from my changes but not whole file. I tried setting (delete-whitespace nil) but it is not working
Any pointers?