emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106553: gnus-art.el (gnus-article-br


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106553: gnus-art.el (gnus-article-browse-html-parts): Fix previous commit.
Date: Wed, 30 Nov 2011 06:05:47 +0000
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106553
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Wed 2011-11-30 06:05:47 +0000
message:
  gnus-art.el (gnus-article-browse-html-parts): Fix previous commit.
modified:
  lisp/gnus/gnus-art.el
=== modified file 'lisp/gnus/gnus-art.el'
--- a/lisp/gnus/gnus-art.el     2011-11-30 01:07:46 +0000
+++ b/lisp/gnus/gnus-art.el     2011-11-30 06:05:47 +0000
@@ -2880,12 +2880,13 @@
                                  gnus-article-mime-handles)
                                cid-dir))
                     (when (eq system-type 'cygwin)
-                      (setq cid-file (substring
-                                      (with-output-to-string
-                                        (call-process "cygpath" nil
-                                                      standard-output
-                                                      nil "-m" cid-file))
-                                      0 -1)))
+                      (setq cid-file
+                            (concat "/" (substring
+                                         (with-output-to-string
+                                           (call-process "cygpath" nil
+                                                         standard-output
+                                                         nil "-m" cid-file))
+                                         0 -1))))
                     (replace-match (concat "file://" cid-file)
                                    nil nil nil 1))))
               (unless content (setq content (buffer-string))))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]