1
Fork 0
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:
Andrea Corallo 2019-06-15 18:07:59 +02:00 committed by Andrea Corallo
parent a11dc2c8ad
commit 4ca1857b50

View file

@ -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);