summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/eldoc.el
diff options
context:
space:
mode:
authorJohn Paul Wallington <jpw@pobox.com>2003-01-03 11:53:46 +0000
committerJohn Paul Wallington <jpw@pobox.com>2003-01-03 11:53:46 +0000
commit14f0195b447a1fb2ce39995f8f832a234210df7b (patch)
tree00c0bb8acdbba6422e384dda54ce068c9f196c88 /lisp/emacs-lisp/eldoc.el
parent2dba57c18e7e941b0d01bd7890a6cd0154e021e4 (diff)
Update copyright.
Diffstat (limited to 'lisp/emacs-lisp/eldoc.el')
-rw-r--r--lisp/emacs-lisp/eldoc.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/eldoc.el b/lisp/emacs-lisp/eldoc.el
index b40ffc0afb..8f7fbb5493 100644
--- a/lisp/emacs-lisp/eldoc.el
+++ b/lisp/emacs-lisp/eldoc.el
@@ -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.