aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1998-01-26 03:11:22 +0000
committerRichard M. Stallman <[email protected]>1998-01-26 03:11:22 +0000
commitca69c42f3ec5f8e759c23810993d184e2a5aafa5 (patch)
treebe003e8723fdb8c6b27031adcaf6021cc42f2e45 /src
parent2f348ca38c7dae2e987875b2f02bd801608755df (diff)
(Funintern): Clear the symbol's obarray field.
Diffstat (limited to 'src')
-rw-r--r--src/lread.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lread.c b/src/lread.c
index c76b5b4eb1..ef46e5f6a3 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -2303,6 +2303,8 @@ OBARRAY defaults to the value of the variable `obarray'.")
if (SYMBOLP (name) && !EQ (name, tem))
return Qnil;
+ XSYMBOL (tem)->obarray = Qnil;
+
hash = oblookup_last_bucket_number;
if (EQ (XVECTOR (obarray)->contents[hash], tem))