]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fmake_symbol): Initialize `obarray' field.
authorErik Naggum <erik@naggum.no>
Tue, 17 Sep 1996 15:36:26 +0000 (15:36 +0000)
committerErik Naggum <erik@naggum.no>
Tue, 17 Sep 1996 15:36:26 +0000 (15:36 +0000)
src/alloc.c

index a526739d0e7ae35a696ced6477091550fd9b3141..2f0cc0e812e0407646621e5094dc24d024156114 100644 (file)
@@ -904,6 +904,7 @@ Its value and function definition are void, and its property list is nil.")
     }
   p = XSYMBOL (val);
   p->name = XSTRING (name);
+  p->obarray = Qnil;
   p->plist = Qnil;
   p->value = Qunbound;
   p->function = Qunbound;