changeset 49018:cd1e53e61699

Update copyright.
author John Paul Wallington <jpw@pobox.com>
date Fri, 03 Jan 2003 11:53:46 +0000
parents 09ff6e632947
children f78a61f226b5
files lisp/emacs-lisp/eldoc.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/eldoc.el	Fri Jan 03 11:46:20 2003 +0000
+++ b/lisp/emacs-lisp/eldoc.el	Fri Jan 03 11:53:46 2003 +0000
@@ -1,13 +1,13 @@
 ;;; eldoc.el --- show function arglist or variable docstring in echo area
 
-;; Copyright (C) 1996, 97, 98, 99, 2000 Free Software Foundation, Inc.
+;; Copyright (C) 1996, 97, 98, 99, 2000, 2003 Free Software Foundation, Inc.
 
 ;; Author: Noah Friedman <friedman@splode.com>
 ;; Maintainer: friedman@splode.com
 ;; Keywords: extensions
 ;; Created: 1995-10-06
 
-;; $Id: eldoc.el,v 1.21 2002/11/19 23:32:54 monnier Exp $
+;; $Id: eldoc.el,v 1.22 2003/01/03 11:46:20 jpw Exp $
 
 ;; This file is part of GNU Emacs.