From: Glenn Morris Date: Mon, 24 Jan 2011 02:22:54 +0000 (-0800) Subject: Backport copyright fix from trunk. X-Git-Tag: emacs-pretest-23.2.93~29 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c0f52038e10f6d6adb4a14224f0b0a312ab6197e;p=emacs.git Backport copyright fix from trunk. * lisp/mwheel.el: Fix typo in copyright years. Duplicate 2002 introduced in CVS r1.35. 2003 is a copyrightable year since Emacs 21.3 was released then. --- diff --git a/lisp/mwheel.el b/lisp/mwheel.el index 03aefcaf441..98ab155e7be 100644 --- a/lisp/mwheel.el +++ b/lisp/mwheel.el @@ -1,6 +1,6 @@ ;;; mwheel.el --- Wheel mouse support -;; Copyright (C) 1998, 2000, 2001, 2002, 2002, 2004, 2005, 2006, 2007, +;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, ;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: William M. Perry ;; Keywords: mouse @@ -282,5 +282,4 @@ Return non-nil if the new state is enabled." (provide 'mwheel) -;; arch-tag: 50ed00e7-3686-4b7a-8037-fb31aa5c237f ;;; mwheel.el ends here