]> git.eshelyaron.com Git - emacs.git/commitdiff
Update copyright.
authorJohn Paul Wallington <jpw@pobox.com>
Fri, 3 Jan 2003 11:53:46 +0000 (11:53 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Fri, 3 Jan 2003 11:53:46 +0000 (11:53 +0000)
lisp/emacs-lisp/eldoc.el

index b40ffc0afb1b3fecba75dff7f40ee61b74256d27..8f7fbb5493b9a5a7bdedf4e5568b02713f15caa2 100644 (file)
@@ -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.