diff options
| author | Stefan Monnier | 2011-02-01 12:09:25 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2011-02-01 12:09:25 -0500 |
| commit | 8f1d2ef658f95549eb33fe5265f8f11c5129bece (patch) | |
| tree | b7cd852a1adb423384532cfe22c31547160b22bc /src/floatfns.c | |
| parent | 590130fb19e1f433965c421d98fedeb2d7c33310 (diff) | |
| parent | 1dc4075fa8809805aed5092e93e225e889725c94 (diff) | |
| download | emacs-8f1d2ef658f95549eb33fe5265f8f11c5129bece.tar.gz emacs-8f1d2ef658f95549eb33fe5265f8f11c5129bece.zip | |
Merge from trunk
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) */ | ||