]> code.delx.au - gnu-emacs/blobdiff - src/firstfile.c
(archive-l-e): New optional argument `float' means generate a float value.
[gnu-emacs] / src / firstfile.c
index 295c9b7ff6556f76b98efcba340c88f464ade988..06e7022d89a29e88724e9b28128032efe78821e2 100644 (file)
@@ -1,5 +1,6 @@
 /* Mark beginning of data space to dump as pure, for GNU Emacs.
-   Copyright (C) 1997 Free Software Foundation, Inc.
+   Copyright (C) 1997, 2002, 2003, 2004, 2005,
+                 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -15,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU Emacs; see the file COPYING.  If not, write to
-the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 
 #include <config.h>
@@ -33,3 +34,5 @@ extern int initialized;
 static int * dummy = &initialized;
 #endif
 
+/* arch-tag: a6c0d2dd-00c3-4ba5-95a5-9c8ab82f39b2
+   (do not change this comment) */