Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
74465:961428a4bccd | 74466:1d4b1a32fd66 |
---|---|
1 ;;; advice.el --- an overloading mechanism for Emacs Lisp functions | 1 ;;; advice.el --- an overloading mechanism for Emacs Lisp functions |
2 | 2 |
3 ;; Copyright (C) 1993, 1994, 2000, 2001, 2004, | 3 ;; Copyright (C) 1993, 1994, 2000, 2001, 2002, 2003, 2004, |
4 ;; 2005, 2006 Free Software Foundation, Inc. | 4 ;; 2005, 2006 Free Software Foundation, Inc. |
5 | 5 |
6 ;; Author: Hans Chalupsky <hans@cs.buffalo.edu> | 6 ;; Author: Hans Chalupsky <hans@cs.buffalo.edu> |
7 ;; Maintainer: FSF | 7 ;; Maintainer: FSF |
8 ;; Created: 12 Dec 1992 | 8 ;; Created: 12 Dec 1992 |