diff options
Diffstat (limited to 'src/floatfns.c')
| -rw-r--r-- | src/floatfns.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/floatfns.c b/src/floatfns.c index 29e5c119a1f..c00923643d1 100644 --- a/src/floatfns.c +++ b/src/floatfns.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Primitive operations on floating point for GNU Emacs Lisp interpreter. | 1 | /* Primitive operations on floating point for GNU Emacs Lisp interpreter. |
| 2 | Copyright (C) 1988, 1993, 1994, 1999, 2001, 2002, 2003, 2004, | 2 | |
| 3 | 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. | 3 | Copyright (C) 1988, 1993-1994, 1999, 2001-2011 |
| 4 | Free Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | Author: Wolfgang Rupprecht | 6 | Author: Wolfgang Rupprecht |
| 6 | (according to ack.texi) | 7 | (according to ack.texi) |
| @@ -1074,5 +1075,3 @@ syms_of_floatfns (void) | |||
| 1074 | defsubr (&Struncate); | 1075 | defsubr (&Struncate); |
| 1075 | } | 1076 | } |
| 1076 | 1077 | ||
| 1077 | /* arch-tag: be05bf9d-049e-4e31-91b9-e6153d483ae7 | ||
| 1078 | (do not change this comment) */ | ||