/[emacs]/emacs/lisp/url/url-irc.el
ViewVC logotype

Diff of /emacs/lisp/url/url-irc.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3.4.1 by miles, Thu Oct 14 08:49:52 2004 UTC revision 1.3.4.2 by miles, Fri Oct 22 10:13:34 2004 UTC
# Line 1  Line 1 
1  ;;; url-irc.el --- IRC URL interface  ;;; url-irc.el --- IRC URL interface
2    
3    ;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc.
4    
5  ;; Keywords: comm, data, processes  ;; Keywords: comm, data, processes
6    
7  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;  ;; This file is part of GNU Emacs.
8  ;;; Copyright (c) 1996 - 1999 Free Software Foundation, Inc.  
9  ;;;  ;; GNU Emacs is free software; you can redistribute it and/or modify
10  ;;; This file is part of GNU Emacs.  ;; it under the terms of the GNU General Public License as published by
11  ;;;  ;; the Free Software Foundation; either version 2, or (at your option)
12  ;;; GNU Emacs is free software; you can redistribute it and/or modify  ;; any later version.
13  ;;; it under the terms of the GNU General Public License as published by  
14  ;;; the Free Software Foundation; either version 2, or (at your option)  ;; GNU Emacs is distributed in the hope that it will be useful,
15  ;;; any later version.  ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
16  ;;;  ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17  ;;; GNU Emacs is distributed in the hope that it will be useful,  ;; GNU General Public License for more details.
18  ;;; but WITHOUT ANY WARRANTY; without even the implied warranty of  
19  ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the  ;; You should have received a copy of the GNU General Public License
20  ;;; GNU General Public License for more details.  ;; along with GNU Emacs; see the file COPYING.  If not, write to the
21  ;;;  ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
22  ;;; You should have received a copy of the GNU General Public License  ;; Boston, MA 02111-1307, USA.
23  ;;; along with GNU Emacs; see the file COPYING.  If not, write to the  
24  ;;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,  ;;; Commentary:
25  ;;; Boston, MA 02111-1307, USA.  
26  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;  ;; IRC URLs are defined in http://www.w3.org/Addressing/draft-mirashi-url-irc-01.txt
27    
28  ;;; IRC URLs are defined in http://www.w3.org/Addressing/draft-mirashi-url-irc-01.txt  ;;; Code:
29    
30  (require 'url-vars)  (require 'url-vars)
31  (require 'url-parse)  (require 'url-parse)
# Line 74  PASSWORD - What password to use" Line 77  PASSWORD - What password to use"
77  (provide 'url-irc)  (provide 'url-irc)
78    
79  ;;; arch-tag: 2e5eecf8-9eb3-436b-9fbd-c26f2fb2bf3e  ;;; arch-tag: 2e5eecf8-9eb3-436b-9fbd-c26f2fb2bf3e
80    ;;; url-irc.el ends here

Legend:
Removed from v.1.3.4.1  
changed lines
  Added in v.1.3.4.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26