Declare file coding system as iso-8859-1.
authorFlorian Weimer <fw@deneb.enyo.de>
Thu, 23 Dec 1999 19:47:14 +0000 (19:47 +0000)
committerFlorian Weimer <fw@deneb.enyo.de>
Thu, 23 Dec 1999 19:47:14 +0000 (19:47 +0000)
lisp/gnus-spec.el
lisp/nnultimate.el
lisp/smiley.el

index 3ffd029..98ae10d 100644 (file)
@@ -548,4 +548,8 @@ If PROPS, insert the result."
 
 (provide 'gnus-spec)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; End:
+
 ;;; gnus-spec.el ends here
index 764d041..d30c1a8 100644 (file)
 
 (provide 'nnultimate)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; End:
+
 ;;; nnultimate.el ends here
index 901bf1b..9caaa22 100644 (file)
@@ -346,4 +346,8 @@ With arg, turn displaying on if and only if arg is positive."
 
 (provide 'smiley)
 
+;; Local Variables:
+;; coding: iso-8859-1
+;; End:
+
 ;;; smiley.el ends here