Declare file coding system as iso-8859-1.
authorFlorian Weimer <fw@deneb.enyo.de>
Thu, 23 Dec 1999 19:44:57 +0000 (19:44 +0000)
committerFlorian Weimer <fw@deneb.enyo.de>
Thu, 23 Dec 1999 19:44:57 +0000 (19:44 +0000)
lisp/gnus-cite.el
lisp/message.el

index ee18ac3..d5759d0 100644 (file)
@@ -966,4 +966,8 @@ See also the documentation for `gnus-article-highlight-citation'."
 
 (provide 'gnus-cite)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; End:
+
 ;;; gnus-cite.el ends here
index f77a543..9f08945 100644 (file)
@@ -4282,4 +4282,8 @@ regexp varstr."
 
 (run-hooks 'message-load-hook)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; End:
+
 ;;; message.el ends here