comparison lisp/url/url-news.el @ 57612:2954cb243379

Update header and footer.
author Lars Hansen <larsh@soem.dk>
date Tue, 19 Oct 2004 21:36:56 +0000
parents 202c408c174b
children 60d07d8a52e1 ae7fab96922c
comparison
equal deleted inserted replaced
57611:61dd8eea5548 57612:2954cb243379
1 ;;; url-news.el --- News Uniform Resource Locator retrieval code 1 ;;; url-news.el --- News Uniform Resource Locator retrieval code
2
3 ;; Copyright (c) 1996 - 1999, 2004 Free Software Foundation, Inc.
4
2 ;; Keywords: comm, data, processes 5 ;; Keywords: comm, data, processes
3 6
4 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 7 ;; This file is part of GNU Emacs.
5 ;;; Copyright (c) 1996 - 1999, 2004 Free Software Foundation, Inc. 8
6 ;;; 9 ;; GNU Emacs is free software; you can redistribute it and/or modify
7 ;;; This file is part of GNU Emacs. 10 ;; it under the terms of the GNU General Public License as published by
8 ;;; 11 ;; the Free Software Foundation; either version 2, or (at your option)
9 ;;; GNU Emacs is free software; you can redistribute it and/or modify 12 ;; any later version.
10 ;;; it under the terms of the GNU General Public License as published by 13
11 ;;; the Free Software Foundation; either version 2, or (at your option) 14 ;; GNU Emacs is distributed in the hope that it will be useful,
12 ;;; any later version. 15 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
13 ;;; 16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 ;;; GNU Emacs is distributed in the hope that it will be useful, 17 ;; GNU General Public License for more details.
15 ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of 18
16 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 ;; You should have received a copy of the GNU General Public License
17 ;;; GNU General Public License for more details. 20 ;; along with GNU Emacs; see the file COPYING. If not, write to the
18 ;;; 21 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 ;;; You should have received a copy of the GNU General Public License 22 ;; Boston, MA 02111-1307, USA.
20 ;;; along with GNU Emacs; see the file COPYING. If not, write to the 23
21 ;;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 ;;; Code:
22 ;;; Boston, MA 02111-1307, USA. 25
23 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
24 (require 'url-vars) 26 (require 'url-vars)
25 (require 'url-util) 27 (require 'url-util)
26 (require 'url-parse) 28 (require 'url-parse)
27 (require 'nntp) 29 (require 'nntp)
28 (autoload 'url-warn "url") 30 (autoload 'url-warn "url")
131 (url-news url))) 133 (url-news url)))
132 134
133 (provide 'url-news) 135 (provide 'url-news)
134 136
135 ;;; arch-tag: 8975be13-04e8-4d38-bfff-47918e3ad311 137 ;;; arch-tag: 8975be13-04e8-4d38-bfff-47918e3ad311
138 ;;; url-news.el ends here