diff options
Diffstat (limited to 'lib-src/profile.c')
| -rw-r--r-- | lib-src/profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/profile.c b/lib-src/profile.c index 3888529631c..4e3d8e00e4b 100644 --- a/lib-src/profile.c +++ b/lib-src/profile.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* profile.c --- generate periodic events for profiling of Emacs Lisp code. | 1 | /* profile.c --- generate periodic events for profiling of Emacs Lisp code. |
| 2 | Copyright (C) 1992, 1994, 1999, 2001, 2002, 2003, 2004, 2005, 2006, | 2 | Copyright (C) 1992, 1994, 1999, 2001, 2002, 2003, 2004, 2005, 2006, |
| 3 | 2007, 2008 Free Software Foundation, Inc. | 3 | 2007, 2008, 2009 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> | 5 | Author: Boaz Ben-Zvi <boaz@lcs.mit.edu> |
| 6 | 6 | ||