[gnus git] branch master updated: n0-17-410-g85e38f6 =1= gnus-art.el (gnus-article-browse-html-parts): Fix previous commit.

Katsumi Yamaoka <[email protected]>
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  85e38f67e1f964e3f5b3aab85fec33633ad78f5b (commit)
      from  081fa2de09a0c20ab78393990a8595c59d647ace (commit)


- Log -----------------------------------------------------------------
commit 85e38f67e1f964e3f5b3aab85fec33633ad78f5b
Author: Katsumi Yamaoka <[email protected]>
Date:   Wed Nov 30 06:05:13 2011 +0000

    gnus-art.el (gnus-article-browse-html-parts): Fix previous commit.

diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el
index e3eb3a0..60cd369 100644
--- a/lisp/gnus-art.el
+++ b/lisp/gnus-art.el
@@ -2880,12 +2880,13 @@ message header will be added to the bodies of the \"text/html\" parts."
 				  gnus-article-mime-handles)
 				cid-dir))
 		     (when (eq system-type 'cygwin)
-		       (setq cid-file (substring
+		       (setq cid-file
+			     (concat "/" (substring
 				       (with-output-to-string
 					 (call-process "cygpath" nil
 						       standard-output
 						       nil "-m" cid-file))
-				       0 -1)))
+					  0 -1))))
 		     (replace-match (concat "file://" cid-file)
 				    nil nil nil 1))))
 	       (unless content (setq content (buffer-string))))

-----------------------------------------------------------------------
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/gnus-art.el |   13 +++++++------
 1 files changed, 7 insertions(+), 6 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.