comparison lisp/emacs-lisp/eldoc.el @ 106815:1d1d5d9bd884

Add 2010 to copyright years.
author Glenn Morris <rgm@gnu.org>
date Wed, 13 Jan 2010 00:35:10 -0800
parents 25e1d7e37015
children 9754518b7ea0 376148b31b5e
comparison
equal deleted inserted replaced
106814:84369111c005 106815:1d1d5d9bd884
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, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 3 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4 ;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. 4 ;; 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
5 5
6 ;; Author: Noah Friedman <friedman@splode.com> 6 ;; Author: Noah Friedman <friedman@splode.com>
7 ;; Maintainer: friedman@splode.com 7 ;; Maintainer: friedman@splode.com
8 ;; Keywords: extensions 8 ;; Keywords: extensions
9 ;; Created: 1995-10-06 9 ;; Created: 1995-10-06