I am trying to create a file named caseexp.sml
. Emacs created a backup file of this file when I was working on it at some earlier point, and now when I try to open it as caseexp.sml
, emacs opens a #caseexp.sml#
file and everytime I try to save it using C-x C-w
, emacs saves it as another backup file with another tilde added to its name. Several attempts later, I have only managed to save it as #caseexp.sml"~~~
.
How can I avoid creating these "tilde" backup files and save my file simply as caseexp.sml
?