]> git.eshelyaron.com Git - emacs.git/commitdiff
Add coding tag.
authorDave Love <fx@gnu.org>
Fri, 10 Nov 2000 17:29:46 +0000 (17:29 +0000)
committerDave Love <fx@gnu.org>
Fri, 10 Nov 2000 17:29:46 +0000 (17:29 +0000)
lisp/gnus/gnus-cite.el
lisp/gnus/gnus-spec.el
lisp/gnus/nnultimate.el

index fc5380258f591df5795f0c3386dadffd8d7fae11..fcddb0b76fa1128d04805c245d03d3e60a2aba1e 100644 (file)
@@ -1,4 +1,4 @@
-;;; gnus-cite.el --- parse citations in articles for Gnus
+;;; gnus-cite.el --- parse citations in articles for Gnus  -*- coding: iso-latin-1 -*-
 
 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000
 ;;        Free Software Foundation, Inc.
@@ -80,6 +80,7 @@ Set it to nil to parse all articles."
                 integer))
 
 (defcustom gnus-cite-prefix-regexp
+  ;; The Latin-1 angle quote looks pretty dubious.  -- fx
   "^[]>»|:}+ ]*[]>»|:}+]\\(.*>»\\)?\\|^.*>"
   "*Regexp matching the longest possible citation prefix on a line."
   :group 'gnus-cite
index 07d1a87df2fc01a629d18817933b36692779c9ef..57c9997d26bc4aba866a13f9e5f384c6e1d20bb4 100644 (file)
@@ -1,4 +1,4 @@
-;;; gnus-spec.el --- format spec functions for Gnus
+;;; gnus-spec.el --- format spec functions for Gnus  -*- coding: iso-latin-1 -*-
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000
 ;;        Free Software Foundation, Inc.
 
index 734ab7129a6a53bb69765ecdf68d1c9608e6fbf1..6ccb0a2aec897c37af4df2c9245bf6c421c6319b 100644 (file)
@@ -1,4 +1,4 @@
-;;; nnultimate.el --- interfacing with the Ultimate Bulletin Board system
+;;; nnultimate.el --- interfacing with the Ultimate Bulletin Board system -*- coding: iso-latin-1 -*-
 ;; Copyright (C) 1999, 2000 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>