[gnus git] branch master updated: m0-1-23-g3d563d9 =1= Fix typo in last checkin.
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 3d563d9ec7fe44670061327b2f9689c6272ed11c (commit)
from 5f311d5c254790ac0d0172f3ac17213ecd64595b (commit)
- Log -----------------------------------------------------------------
commit 3d563d9ec7fe44670061327b2f9689c6272ed11c
Author: Lars Ingebrigtsen <[email protected]>
Date: Wed Feb 1 02:45:36 2012 +0100
Fix typo in last checkin.
diff --git a/lisp/mm-archive.el b/lisp/mm-archive.el
index 69cbfb7..43a951e 100644
--- a/lisp/mm-archive.el
+++ b/lisp/mm-archive.el
@@ -69,7 +69,7 @@
"attachment"))
(insert (format "Content-type: %s\n" type))
(insert "Content-Transfer-Encoding: 8bit\n\n")
- (insert-file-contents (expand-file-name file dir))
+ (insert-file-contents file)
(push
(mm-make-handle (mm-copy-to-buffer)
(list type)
-----------------------------------------------------------------------
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-archive.el | 2 +-
1 files changed, 1 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