diff options
Diffstat (limited to 'lisp/ffap.el')
-rw-r--r-- | lisp/ffap.el | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lisp/ffap.el b/lisp/ffap.el index dcd9fe718dc..547f2e7835b 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el @@ -1,7 +1,8 @@ ;;; ffap.el -- find-file-at-point, -;; Copyright (C) 1994, 1995 Free Software Foundation, Inc. -;;; Author: Michelangelo Grigni <mic@mathcs.emory.edu> +;; Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. + +;; Author: Michelangelo Grigni <mic@mathcs.emory.edu> ;; This file is part of GNU Emacs. @@ -16,8 +17,9 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs; see the file COPYING. If not, write to -;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;; along with GNU Emacs; see the file COPYING. If not, write to the +;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, +;; Boston, MA 02111-1307, USA. ;;; Commentary: |