]> git.eshelyaron.com Git - emacs.git/commitdiff
fix intern_c_string_1
authorAndrea Corallo <andrea_corallo@yahoo.it>
Sat, 15 Jun 2019 16:07:59 +0000 (18:07 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:33:42 +0000 (11:33 +0100)
src/lread.c

index bedb3d57cb5937378b4f67a6343f80e59e1b50c3..ca7b29f690b01520f6b25e7c043837b52f10925a 100644 (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);