comparison lisp/browse-url.el @ 14169:83f275dcd93a

Update FSF's address.
author Erik Naggum <erik@naggum.no>
date Sun, 14 Jan 1996 07:34:30 +0000
parents 3e0b6a3707bd
children 861f51e090d4
comparison
equal deleted inserted replaced
14168:3b925cc52931 14169:83f275dcd93a
1 ;;; browse-url.el --- ask a WWW browser to load a URL 1 ;;; browse-url.el --- ask a WWW browser to load a URL
2
2 ;; Copyright 1995 Free Software Foundation, Inc. 3 ;; Copyright 1995 Free Software Foundation, Inc.
3 4
4 ;; Author: Denis Howe <dbh@doc.ic.ac.uk> 5 ;; Author: Denis Howe <dbh@doc.ic.ac.uk>
5 ;; Maintainer: Denis Howe <dbh@doc.ic.ac.uk> 6 ;; Maintainer: Denis Howe <dbh@doc.ic.ac.uk>
6 ;; Created: 03 Apr 1995 7 ;; Created: 03 Apr 1995
8 ;; X-Home page: http://wombat.doc.ic.ac.uk/ 9 ;; X-Home page: http://wombat.doc.ic.ac.uk/
9 10
10 ;; This file is part of GNU Emacs. 11 ;; This file is part of GNU Emacs.
11 12
12 ;; GNU Emacs is free software; you can redistribute it and/or modify 13 ;; GNU Emacs is free software; you can redistribute it and/or modify
13 ;; it under the terms of the GNU General Public License as published 14 ;; it under the terms of the GNU General Public License as published by
14 ;; by the Free Software Foundation; either version 2, or (at your 15 ;; the Free Software Foundation; either version 2, or (at your option)
15 ;; option) any later version. 16 ;; any later version.
16 17
17 ;; GNU Emacs is distributed in the hope that it will be useful, but 18 ;; GNU Emacs is distributed in the hope that it will be useful,
18 ;; WITHOUT ANY WARRANTY; without even the implied warranty of 19 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 ;; General Public License for more details. 21 ;; GNU General Public License for more details.
21 22
22 ;; You should have received a copy of the GNU General Public License 23 ;; You should have received a copy of the GNU General Public License
23 ;; along with GNU Emacs; see the file COPYING. If not, write to the 24 ;; along with GNU Emacs; see the file COPYING. If not, write to the
24 ;; Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 25 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
25 26 ;; Boston, MA 02111-1307, USA.
26 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 27
27 ;;; Commentary: 28 ;;; Commentary:
28 29
29 ;; The latest version of this package should be available from 30 ;; The latest version of this package should be available from
30 ;; <URL:http://wombat.doc.ic.ac.uk/emacs/browse-url.el>. 31 ;; <URL:http://wombat.doc.ic.ac.uk/emacs/browse-url.el>.
31 32