* shr.el: Add a iso-8859-1 cookie to make stuff work under other locales.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 10 Jun 2012 19:13:17 +0000 (21:13 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 10 Jun 2012 19:13:34 +0000 (21:13 +0200)
lisp/ChangeLog
lisp/shr.el

index c28e98b..ff5bdce 100644 (file)
@@ -1,3 +1,8 @@
+2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * shr.el: Add a iso-8859-1 cookie to make stuff work under other
+       locales.
+
 2012-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
index c2040a9..4211829 100644 (file)
@@ -1393,4 +1393,8 @@ ones, in case fg and bg are nil."
 
 (provide 'shr)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; End:
+
 ;;; shr.el ends here