Mercurial > emacs
diff src/unexec.c @ 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 | 087889e85644 |
| children | 725698689fbd |
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); }
