]> code.delx.au - gnu-emacs/blobdiff - src/unexenix.c
(Fcar, Fcdr): Doc fixes.
[gnu-emacs] / src / unexenix.c
index 2121c26839faec917bc58b72406b91d476db1f16..159c0b2f6d83c4b567562b2ebf022d78b24359ac 100644 (file)
@@ -6,7 +6,8 @@
    we don't plan to think about it, or about whether other Emacs
    maintenance might break it.
 
-   Copyright (C) 1988, 1994 Free Software Foundation, Inc.
+   Copyright (C) 1988, 1994, 2002, 2003, 2004,
+                 2005 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -22,8 +23,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.  */
 
 \f
 
@@ -258,3 +259,6 @@ fatal_unexec (s, va_alist)
   fputs (".\n", stderr);
   exit (1);
 }
+
+/* arch-tag: ce26be27-370a-438d-83b4-766059749a02
+   (do not change this comment) */