From: Josh Huber Date: Tue, 18 Dec 2001 04:13:29 +0000 (+0000) Subject: 2001-12-17 Josh Huber X-Git-Url: https://cgit.sxemacs.org/?a=commitdiff_plain;h=39a5d09a66e4cc8dea3a855887a6441fd0bddcae;p=gnus 2001-12-17 Josh Huber * 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 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f96918a25..73e982566 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,16 @@ +2001-12-17 Josh Huber + + * 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 Inspired by code by Dirk Meyer . @@ -6684,5 +6697,5 @@ * ChangeLog: Moved to ChangeLog.1. ;; Local Variables: -;; coding: iso-2022-7bit +;; buffer-file-coding-system: iso-2022-7bit ;; End: diff --git a/lisp/ChangeLog.1 b/lisp/ChangeLog.1 index 3cfb883e9..babe8240c 100644 --- a/lisp/ChangeLog.1 +++ b/lisp/ChangeLog.1 @@ -10096,5 +10096,5 @@ Sat Aug 29 19:32:06 1998 Lars Magne Ingebrigtsen * gnus.el: Gnus v0.2 is released. ;; Local Variables: -;; coding: iso-2022-7bit +;; buffer-file-coding-system: iso-2022-7bit ;; End: diff --git a/lisp/gnus-cite.el b/lisp/gnus-cite.el index e8b6cc45a..3f4b7f534 100644 --- a/lisp/gnus-cite.el +++ b/lisp/gnus-cite.el @@ -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 diff --git a/lisp/gnus-delay.el b/lisp/gnus-delay.el index 449f9cb2f..1a1fdc48d 100644 --- a/lisp/gnus-delay.el +++ b/lisp/gnus-delay.el @@ -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 diff --git a/lisp/gnus-spec.el b/lisp/gnus-spec.el index 88b4100fc..d004771d4 100644 --- a/lisp/gnus-spec.el +++ b/lisp/gnus-spec.el @@ -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 diff --git a/lisp/message.el b/lisp/message.el index 9b4d5ce3f..3d2436b5e 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -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 diff --git a/lisp/mml1991.el b/lisp/mml1991.el index 7e79f357e..61dc4bb29 100644 --- a/lisp/mml1991.el +++ b/lisp/mml1991.el @@ -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 , @@ -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: @@ -210,4 +210,8 @@ (provide 'mml1991) +;; Local Variables: +;; buffer-file-coding-system: iso-latin-1 +;; End: + ;;; mml1991.el ends here diff --git a/lisp/nnultimate.el b/lisp/nnultimate.el index 6a8aac811..2dbcfb34d 100644 --- a/lisp/nnultimate.el +++ b/lisp/nnultimate.el @@ -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. @@ -473,7 +473,7 @@ (provide 'nnultimate) ;; Local Variables: -;; coding: iso-8859-1 +;; buffer-file-coding-system: iso-8859-1 ;; End: ;;; nnultimate.el ends here diff --git a/lisp/nnwfm.el b/lisp/nnwfm.el index ccabdfadb..abbdc3736 100644 --- a/lisp/nnwfm.el +++ b/lisp/nnwfm.el @@ -425,7 +425,7 @@ (provide 'nnwfm) ;; Local Variables: -;; coding: iso-8859-1 +;; buffer-file-coding-system: iso-8859-1 ;; End: ;;; nnwfm.el ends here diff --git a/lisp/smiley.el b/lisp/smiley.el index d82cbb3ce..d61b48cf2 100644 --- a/lisp/smiley.el +++ b/lisp/smiley.el @@ -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