[gnus git] branch master updated: n0-17-53-g5911da4 =1= gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.

Katsumi Yamaoka <[email protected]>
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  5911da4fafc990da1b8a6d8939dd9ac4f8fc986b (commit)
      from  d7b93742096abf2190f34f9399b9355557864f4a (commit)


- Log -----------------------------------------------------------------
commit 5911da4fafc990da1b8a6d8939dd9ac4f8fc986b
Author: Katsumi Yamaoka <[email protected]>
Date:   Tue May 24 09:45:50 2011 +0000

    gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d36af8c..5c21e2c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-05-24  Katsumi Yamaoka  <[email protected]>
+
+	* gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
+
 2011-05-23  Stefan Monnier  <[email protected]>
 
 	* gnus-cus.el (gnus-agent-customize-category):
diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el
index 5ba962d..3ebb5cc 100644
--- a/lisp/gnus-art.el
+++ b/lisp/gnus-art.el
@@ -5048,7 +5048,7 @@ Deleting parts may malfunction or destroy the article; continue? "))
 	    (let ((desc (mm-handle-description data)))
 	      (when desc
 		(mail-decode-encoded-word-string desc))))
-	   (filename (or (mm-handle-filename (mm-handle-disposition data)) "(none)"))
+	   (filename (or (mm-handle-filename data) "(none)"))
 	   (type (mm-handle-media-type data)))
       (unless data
 	(error "No MIME part under point"))

-----------------------------------------------------------------------
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/ChangeLog   |    4 ++++
 lisp/gnus-art.el |    2 +-
 2 files changed, 5 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.