1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

Add coding tag.

This commit is contained in:
Dave Love 2000-11-10 17:29:46 +00:00
parent 52d898940b
commit 185a608e0f
3 changed files with 4 additions and 3 deletions

View 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

View 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.

View 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>