X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/d52969e8afaa19ed1acc01f4ff0bb651bf7869a7..2b0c7330457b8ca42375c92ada7dc7cefb0fa9fb:/src/floatfns.c diff --git a/src/floatfns.c b/src/floatfns.c index 126f117186..c00923643d 100644 --- a/src/floatfns.c +++ b/src/floatfns.c @@ -1,6 +1,7 @@ /* Primitive operations on floating point for GNU Emacs Lisp interpreter. - Copyright (C) 1988, 1993, 1994, 1999, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. + +Copyright (C) 1988, 1993-1994, 1999, 2001-2011 + Free Software Foundation, Inc. Author: Wolfgang Rupprecht (according to ack.texi) @@ -1074,5 +1075,3 @@ syms_of_floatfns (void) defsubr (&Struncate); } -/* arch-tag: be05bf9d-049e-4e31-91b9-e6153d483ae7 - (do not change this comment) */