delete-auto-save-file-if-necessary
delete-auto-save-file-if-necessary is a compiled Lisp function in `files.el
'.
(delete-auto-save-file-if-necessary &optional FORCE)
Delete auto-save file for current buffer if `delete-auto-save-files' is t.
Normally delete only if the file was written by this Emacs since
the last real save, but optional arg FORCE non-nil means delete anyway.