diff options
| author | Glenn Morris | 2009-01-08 03:15:17 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-01-08 03:15:17 +0000 |
| commit | 76b6f7075970e492eba3cf3f4411fcfc4ff3bdcd (patch) | |
| tree | e1d6c739e52ed207698a34011a37e6af94cb5194 /src/doprnt.c | |
| parent | 21b6f58f552f770d29cb8f9cc2a02a1c3daec15c (diff) | |
| download | emacs-76b6f7075970e492eba3cf3f4411fcfc4ff3bdcd.tar.gz emacs-76b6f7075970e492eba3cf3f4411fcfc4ff3bdcd.zip | |
Add 2009 to copyright years.
Diffstat (limited to 'src/doprnt.c')
| -rw-r--r-- | src/doprnt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doprnt.c b/src/doprnt.c index 14d18366161..95c2d46ac54 100644 --- a/src/doprnt.c +++ b/src/doprnt.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | Also takes args differently: pass one pointer to an array of strings | 2 | Also takes args differently: pass one pointer to an array of strings |
| 3 | in addition to the format string which is separate. | 3 | in addition to the format string which is separate. |
| 4 | Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, | 4 | Copyright (C) 1985, 2001, 2002, 2003, 2004, 2005, |
| 5 | 2006, 2007, 2008 Free Software Foundation, Inc. | 5 | 2006, 2007, 2008, 2009 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 8 | 8 | ||