comparison doc/lispref/advice.texi @ 100974:cb5d2387102c

Add 2009 to copyright years.
author Glenn Morris <rgm@gnu.org>
date Thu, 08 Jan 2009 05:28:46 +0000
parents 39579cd31158
children 4357cad47eae
comparison
equal deleted inserted replaced
100973:1ba696f077b7 100974:cb5d2387102c
1 @c -*-texinfo-*- 1 @c -*-texinfo-*-
2 @c This is part of the GNU Emacs Lisp Reference Manual. 2 @c This is part of the GNU Emacs Lisp Reference Manual.
3 @c Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, 3 @c Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004,
4 @c 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 4 @c 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
5 @c See the file elisp.texi for copying conditions. 5 @c See the file elisp.texi for copying conditions.
6 @setfilename ../../info/advising 6 @setfilename ../../info/advising
7 @node Advising Functions, Debugging, Byte Compilation, Top 7 @node Advising Functions, Debugging, Byte Compilation, Top
8 @chapter Advising Emacs Lisp Functions 8 @chapter Advising Emacs Lisp Functions
9 @cindex advising functions 9 @cindex advising functions