mm-decode.el (mm-temp-files-delete): Fix last commit
authorKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 9 Aug 2013 09:17:13 +0000 (09:17 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 9 Aug 2013 09:17:13 +0000 (09:17 +0000)
lisp/mm-decode.el

index 2bfd145..f1e11a0 100644 (file)
@@ -629,7 +629,8 @@ files left at the next time."
                        nil cache-file nil 'silent)
          (set-file-modes cache-file #o600))
       (when (file-exists-p cache-file)
-       (ignore-errors (delete-file cache-file))))))
+       (ignore-errors (delete-file cache-file))))
+    (setq mm-temp-files-to-be-deleted nil)))
 
 (autoload 'message-fetch-field "message")