diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c index a526739d0e7..2f0cc0e812e 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -904,6 +904,7 @@ Its value and function definition are void, and its property list is nil.") | |||
| 904 | } | 904 | } |
| 905 | p = XSYMBOL (val); | 905 | p = XSYMBOL (val); |
| 906 | p->name = XSTRING (name); | 906 | p->name = XSTRING (name); |
| 907 | p->obarray = Qnil; | ||
| 907 | p->plist = Qnil; | 908 | p->plist = Qnil; |
| 908 | p->value = Qunbound; | 909 | p->value = Qunbound; |
| 909 | p->function = Qunbound; | 910 | p->function = Qunbound; |