diff options
author | Jim Blandy <jimb@redhat.com> | 1993-05-22 21:34:42 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-05-22 21:34:42 +0000 |
commit | c6c5df7f76ab65b485bf110a8c5fcbdbd56d36af (patch) | |
tree | 25f5dd402e34a1a6b94fc1881bcb0d81b45b28b5 /src/floatfns.c | |
parent | dd8e46c7e5b2d03b05ec949510cb1c838a429f2b (diff) | |
download | emacs-c6c5df7f76ab65b485bf110a8c5fcbdbd56d36af.tar.gz emacs-c6c5df7f76ab65b485bf110a8c5fcbdbd56d36af.tar.bz2 emacs-c6c5df7f76ab65b485bf110a8c5fcbdbd56d36af.zip |
Updated copyright years.
Diffstat (limited to 'src/floatfns.c')
-rw-r--r-- | src/floatfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/floatfns.c b/src/floatfns.c index 8dd3fdc7bd4..4449d5c5117 100644 --- a/src/floatfns.c +++ b/src/floatfns.c @@ -1,5 +1,5 @@ /* Primitive operations on floating point for GNU Emacs Lisp interpreter. - Copyright (C) 1988, 1992 Free Software Foundation, Inc. + Copyright (C) 1988, 1993 Free Software Foundation, Inc. This file is part of GNU Emacs. |