[gnus git] branch master updated: m0-5-50-gca1ba2b =1= mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via ca1ba2bed3fe3b849b48b6c2c1544aa53536c71b (commit)
from d5907c1b1080a53a1ac1a2d1adbd4afa0bd4b8b6 (commit)
- Log -----------------------------------------------------------------
commit ca1ba2bed3fe3b849b48b6c2c1544aa53536c71b
Author: Katsumi Yamaoka <[email protected]>
Date: Tue Jun 26 02:14:02 2012 +0000
mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0518351..61c80e9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2012-06-26 Katsumi Yamaoka <[email protected]>
+
+ * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
+
2012-06-25 Julien Danjou <[email protected]>
* nnimap.el (nnimap-request-articles-find-limit): Rename from
diff --git a/lisp/mm-decode.el b/lisp/mm-decode.el
index 0aac432..d0401bc 100644
--- a/lisp/mm-decode.el
+++ b/lisp/mm-decode.el
@@ -1811,4 +1811,8 @@ If RECURSIVE, search recursively."
(provide 'mm-decode)
+;; Local Variables:
+;; coding: iso-8859-1
+;; End:
+
;;; mm-decode.el ends here
-----------------------------------------------------------------------
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/mm-decode.el | 4 ++++
2 files changed, 8 insertions(+), 0 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