2001-12-17 Josh Huber <huber@alum.wpi.edu>
authorJosh Huber <huber@alum.wpi.edu>
Tue, 18 Dec 2001 04:13:29 +0000 (04:13 +0000)
committerJosh Huber <huber@alum.wpi.edu>
Tue, 18 Dec 2001 04:13:29 +0000 (04:13 +0000)
       * ChangeLog: changed coding to buffer-file-coding-system
       * ChangeLog.1: same
       * nnwfm.el: same
       * gnus-smiley.el: same
       * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
       * gnus-delay.el: same
       * gnus-spec.el: same
       * message.el: same
       * mml1991.el: same
       * nnultimate.el: same

lisp/ChangeLog
lisp/ChangeLog.1
lisp/gnus-cite.el
lisp/gnus-delay.el
lisp/gnus-spec.el
lisp/message.el
lisp/mml1991.el
lisp/nnultimate.el
lisp/nnwfm.el
lisp/smiley.el

index f96918a..73e9825 100644 (file)
@@ -1,3 +1,16 @@
+2001-12-17  Josh Huber  <huber@alum.wpi.edu>
+
+       * ChangeLog: changed coding to buffer-file-coding-system
+       * ChangeLog.1: same
+       * nnwfm.el: same
+       * gnus-smiley.el: same
+       * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
+       * gnus-delay.el: same
+       * gnus-spec.el: same
+       * message.el: same
+       * mml1991.el: same
+       * nnultimate.el: same
+
 2001-12-16  Simon Josefsson  <jas@extundo.com>
        Inspired by code by Dirk Meyer <dischi@tzi.de>.
 
        * ChangeLog: Moved to ChangeLog.1.
 
 ;; Local Variables:
-;; coding: iso-2022-7bit
+;; buffer-file-coding-system: iso-2022-7bit
 ;; End:
index 3cfb883..babe824 100644 (file)
@@ -10096,5 +10096,5 @@ Sat Aug 29 19:32:06 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
        * gnus.el: Gnus v0.2 is released.
 
 ;; Local Variables:
-;; coding: iso-2022-7bit
+;; buffer-file-coding-system: iso-2022-7bit
 ;; End:
index e8b6cc4..3f4b7f5 100644 (file)
@@ -1,4 +1,4 @@
-;;; gnus-cite.el --- parse citations in articles for Gnus  -*- coding: iso-latin-1 -*-
+;;; gnus-cite.el --- parse citations in articles for Gnus
 
 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001
 ;;        Free Software Foundation, Inc.
@@ -1004,7 +1004,7 @@ See also the documentation for `gnus-article-highlight-citation'."
 (provide 'gnus-cite)
 
 ;; Local Variables:
-;; coding: iso-8859-1
+;; buffer-file-coding-system: iso-8859-1
 ;; End:
 
 ;;; gnus-cite.el ends here
index 449f9cb..1a1fdc4 100644 (file)
@@ -1,4 +1,4 @@
-;;; gnus-delay.el --- Delayed posting of articles -*- coding: latin-1; -*-
+;;; gnus-delay.el --- Delayed posting of articles
 
 ;; Copyright (C) 2001  Free Software Foundation, Inc.
 
@@ -179,4 +179,9 @@ Checking delayed messages is skipped if optional arg NO-CHECK is non-nil."
     (add-hook 'gnus-get-new-news-hook 'gnus-delay-send-drafts)))
 
 (provide 'gnus-delay)
+
+;; Local Variables:
+;; buffer-file-coding-system: latin-1
+;; End:
+
 ;;; gnus-delay.el ends here
index 88b4100..d004771 100644 (file)
@@ -1,4 +1,4 @@
-;;; gnus-spec.el --- format spec functions for Gnus  -*- coding: iso-latin-1 -*-
+;;; gnus-spec.el --- format spec functions for Gnus
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
 ;;        Free Software Foundation, Inc.
 
@@ -675,7 +675,7 @@ If PROPS, insert the result."
 (provide 'gnus-spec)
 
 ;; Local Variables:
-;; coding: iso-8859-1
+;; buffer-file-coding-system: iso-8859-1
 ;; End:
 
 ;;; gnus-spec.el ends here
index 9b4d5ce..3d2436b 100644 (file)
@@ -1,4 +1,4 @@
-;;; message.el --- composing mail and news messages  -*- coding: iso-latin-1 -*-
+;;; message.el --- composing mail and news messages
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
 ;;        Free Software Foundation, Inc.
 
@@ -5457,7 +5457,7 @@ regexp varstr."
 (run-hooks 'message-load-hook)
 
 ;; Local Variables:
-;; coding: iso-8859-1
+;; buffer-file-coding-system: iso-8859-1
 ;; End:
 
 ;;; message.el ends here
index 7e79f35..61dc4bb 100644 (file)
@@ -1,4 +1,4 @@
-;;; mml-gpg-old.el --- Old PGP message format (RFC 1991) support for MML -*- coding: iso-latin-1 -*-
+;;; mml-gpg-old.el --- Old PGP message format (RFC 1991) support for MML
 ;; Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
 
 ;; Author: Sascha Lüdecke <sascha@meta-x.de>,
@@ -24,7 +24,7 @@
 
 ;;; Commentary:
 
-;; RCS: $Id: mml1991.el,v 6.1 2001/11/12 21:33:12 jas Exp $
+;; RCS: $Id: mml1991.el,v 6.2 2001/11/13 15:52:59 zsh Exp $
 
 ;;; Code:
 
 
 (provide 'mml1991)
 
+;; Local Variables:
+;; buffer-file-coding-system: iso-latin-1
+;; End:
+
 ;;; mml1991.el ends here
index 6a8aac8..2dbcfb3 100644 (file)
@@ -1,4 +1,4 @@
-;;; nnultimate.el --- interfacing with the Ultimate Bulletin Board system -*- coding: iso-latin-1 -*-
+;;; nnultimate.el --- interfacing with the Ultimate Bulletin Board system
 
 ;; Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
 
 (provide 'nnultimate)
 
 ;; Local Variables:
-;; coding: iso-8859-1
+;; buffer-file-coding-system: iso-8859-1
 ;; End:
 
 ;;; nnultimate.el ends here
index ccabdfa..abbdc37 100644 (file)
 (provide 'nnwfm)
 
 ;; Local Variables:
-;; coding: iso-8859-1
+;; buffer-file-coding-system: iso-8859-1
 ;; End:
 
 ;;; nnwfm.el ends here
index d82cbb3..d61b48c 100644 (file)
@@ -436,7 +436,7 @@ With arg, turn displaying on if and only if arg is positive."
 (provide 'smiley)
 
 ;; Local Variables:
-;; coding: iso-8859-1
+;; buffer-file-coding-system: iso-8859-1
 ;; End:
 
 ;;; smiley.el ends here