mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-27 02:10:52 -08:00
fix intern_c_string_1
This commit is contained in:
parent
a11dc2c8ad
commit
4ca1857b50
1 changed files with 1 additions and 1 deletions
|
|
@ -4178,7 +4178,7 @@ intern_c_string_1 (const char *str, ptrdiff_t len)
|
|||
|
||||
if (!SYMBOLP (tem))
|
||||
{
|
||||
if NILP (Vpurify_flag)
|
||||
if (NILP (Vpurify_flag))
|
||||
string = make_string (str, len);
|
||||
else
|
||||
string = make_pure_c_string (str, len);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue