comparison lisp/ffap.el @ 14169:83f275dcd93a

Update FSF's address.
author Erik Naggum <erik@naggum.no>
date Sun, 14 Jan 1996 07:34:30 +0000
parents 278af59c9e29
children cecaaaec6fd6
comparison
equal deleted inserted replaced
14168:3b925cc52931 14169:83f275dcd93a
1 ;;; ffap.el -- find-file-at-point, 1 ;;; ffap.el -- find-file-at-point,
2 ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. 2
3 3 ;; Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
4 ;;; Author: Michelangelo Grigni <mic@mathcs.emory.edu> 4
5 ;; Author: Michelangelo Grigni <mic@mathcs.emory.edu>
5 6
6 ;; This file is part of GNU Emacs. 7 ;; This file is part of GNU Emacs.
7 8
8 ;; GNU Emacs is free software; you can redistribute it and/or modify 9 ;; GNU Emacs is free software; you can redistribute it and/or modify
9 ;; it under the terms of the GNU General Public License as published by 10 ;; it under the terms of the GNU General Public License as published by
14 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 15 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
15 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 ;; GNU General Public License for more details. 17 ;; GNU General Public License for more details.
17 18
18 ;; You should have received a copy of the GNU General Public License 19 ;; You should have received a copy of the GNU General Public License
19 ;; along with GNU Emacs; see the file COPYING. If not, write to 20 ;; along with GNU Emacs; see the file COPYING. If not, write to the
20 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 21 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
22 ;; Boston, MA 02111-1307, USA.
21 23
22 ;;; Commentary: 24 ;;; Commentary:
23 25
24 ;; A replacement for find-file {C-x C-f}: finds file or URL, 26 ;; A replacement for find-file {C-x C-f}: finds file or URL,
25 ;; guessing default from text at point. Many features! 27 ;; guessing default from text at point. Many features!