[gnus git] branch master updated: m0-7-210-g9c9b185 =1= mm-decode.el (mm-temp-files-delete): Fix last commit
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 9c9b185102abe1d61db032674a559e9ffb0e0b61 (commit)
from 3bfc0af5c92752b2388a237510187be53d6bb2e7 (commit)
- Log -----------------------------------------------------------------
commit 9c9b185102abe1d61db032674a559e9ffb0e0b61
Author: Katsumi Yamaoka <[email protected]>
Date: Fri Aug 9 09:17:13 2013 +0000
mm-decode.el (mm-temp-files-delete): Fix last commit
diff --git a/lisp/mm-decode.el b/lisp/mm-decode.el
index 2bfd145..f1e11a0 100644
--- a/lisp/mm-decode.el
+++ b/lisp/mm-decode.el
@@ -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")
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/mm-decode.el | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project