mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
* unexec.c (copy_text_and_data): Error message tweaked.
This commit is contained in:
parent
caa3156810
commit
8116bbb043
1 changed files with 1 additions and 1 deletions
|
|
@ -808,7 +808,7 @@ copy_text_and_data (new, a_out)
|
|||
{
|
||||
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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue