aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Paul Wallington2003-01-03 11:53:46 +0000
committerJohn Paul Wallington2003-01-03 11:53:46 +0000
commit14f0195b447a1fb2ce39995f8f832a234210df7b (patch)
tree00c0bb8acdbba6422e384dda54ce068c9f196c88
parent2dba57c18e7e941b0d01bd7890a6cd0154e021e4 (diff)
downloademacs-14f0195b447a1fb2ce39995f8f832a234210df7b.tar.gz
emacs-14f0195b447a1fb2ce39995f8f832a234210df7b.zip
Update copyright.
-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 b40ffc0afb1..8f7fbb5493b 100644
--- a/lisp/emacs-lisp/eldoc.el
+++ b/lisp/emacs-lisp/eldoc.el
@@ -1,13 +1,13 @@
1;;; eldoc.el --- show function arglist or variable docstring in echo area 1;;; eldoc.el --- show function arglist or variable docstring in echo area
2 2
3;; Copyright (C) 1996, 97, 98, 99, 2000 Free Software Foundation, Inc. 3;; Copyright (C) 1996, 97, 98, 99, 2000, 2003 Free Software Foundation, Inc.
4 4
5;; Author: Noah Friedman <friedman@splode.com> 5;; Author: Noah Friedman <friedman@splode.com>
6;; Maintainer: friedman@splode.com 6;; Maintainer: friedman@splode.com
7;; Keywords: extensions 7;; Keywords: extensions
8;; Created: 1995-10-06 8;; Created: 1995-10-06
9 9
10;; $Id: eldoc.el,v 1.21 2002/11/19 23:32:54 monnier Exp $ 10;; $Id: eldoc.el,v 1.22 2003/01/03 11:46:20 jpw Exp $
11 11
12;; This file is part of GNU Emacs. 12;; This file is part of GNU Emacs.
13 13