* src/alloc.c (purecopy): Use AUTO_STRING.
This commit is contained in:
parent
f2da80d0e1
commit
17ba74742c
1 changed files with 1 additions and 1 deletions
|
@ -5427,7 +5427,7 @@ purecopy (Lisp_Object obj)
|
|||
}
|
||||
else
|
||||
{
|
||||
Lisp_Object fmt = build_pure_c_string ("Don't know how to purify: %S");
|
||||
AUTO_STRING (fmt, "Don't know how to purify: %S");
|
||||
Fsignal (Qerror, list1 (CALLN (Fformat, fmt, obj)));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue