changeset 2125:0920d8d995d0

* unexec.c (copy_text_and_data): Error message tweaked.
author Jim Blandy <jimb@redhat.com>
date Thu, 11 Mar 1993 07:18:15 +0000
parents 54179ef9ce35
children 616aeb5c1432
files src/unexec.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/unexec.c	Thu Mar 11 07:17:54 1993 +0000
+++ b/src/unexec.c	Thu Mar 11 07:18:15 1993 +0000
@@ -808,7 +808,7 @@
 	    {
 	      n = size > sizeof (page) ? sizeof (page) : size;
 	      if (read (a_out, page, n) != n || write (new, page, n) != n)
-		PERROR ("xemacs");
+		PERROR ("emacs");
 	    }
 	  lseek (a_out, old_a_out_ptr, 0);
 	}