aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love <[email protected]>2000-11-10 17:29:46 +0000
committerDave Love <[email protected]>2000-11-10 17:29:46 +0000
commit185a608e0ffd2ea53ce1e38782b8f9725b11129a (patch)
treedf70c6c79bc6227b4f877d6a26841a90136307fb
parent52d898940b826a5e258011ef7bceb23c2475b925 (diff)
Add coding tag.
-rw-r--r--lisp/gnus/gnus-cite.el3
-rw-r--r--lisp/gnus/gnus-spec.el2
-rw-r--r--lisp/gnus/nnultimate.el2
3 files changed, 4 insertions, 3 deletions
diff --git a/lisp/gnus/gnus-cite.el b/lisp/gnus/gnus-cite.el
index fc5380258f..fcddb0b76f 100644
--- a/lisp/gnus/gnus-cite.el
+++ b/lisp/gnus/gnus-cite.el
@@ -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
diff --git a/lisp/gnus/gnus-spec.el b/lisp/gnus/gnus-spec.el
index 07d1a87df2..57c9997d26 100644
--- a/lisp/gnus/gnus-spec.el
+++ b/lisp/gnus/gnus-spec.el
@@ -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.
diff --git a/lisp/gnus/nnultimate.el b/lisp/gnus/nnultimate.el
index 734ab7129a..6ccb0a2aec 100644
--- a/lisp/gnus/nnultimate.el
+++ b/lisp/gnus/nnultimate.el
@@ -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 <[email protected]>