diff lisp/emacs-lisp/advice.el @ 74466:1d4b1a32fd66

Update copyright years.
author Glenn Morris <rgm@gnu.org>
date Thu, 07 Dec 2006 05:06:17 +0000
parents 25e1db3fd0ed
children 7a3f13e2dd57 6588c6259dfb
line wrap: on
line diff
--- a/lisp/emacs-lisp/advice.el	Wed Dec 06 16:00:01 2006 +0000
+++ b/lisp/emacs-lisp/advice.el	Thu Dec 07 05:06:17 2006 +0000
@@ -1,6 +1,6 @@
 ;;; advice.el --- an overloading mechanism for Emacs Lisp functions
 
-;; Copyright (C) 1993, 1994, 2000, 2001, 2004,
+;; Copyright (C) 1993, 1994, 2000, 2001, 2002, 2003, 2004,
 ;;   2005, 2006 Free Software Foundation, Inc.
 
 ;; Author: Hans Chalupsky <hans@cs.buffalo.edu>