aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c
index 755c6ec1d0a..00d93192f30 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -2320,7 +2320,7 @@ it defaults to the value of `obarray'.")
2320 XSYMBOL (sym)->obarray = obarray; 2320 XSYMBOL (sym)->obarray = obarray;
2321 2321
2322 if ((XSTRING (string)->data[0] == ':') 2322 if ((XSTRING (string)->data[0] == ':')
2323 && obarray == initial_obarray) 2323 && EQ (obarray, initial_obarray))
2324 XSYMBOL (sym)->value = sym; 2324 XSYMBOL (sym)->value = sym;
2325 2325
2326 ptr = &XVECTOR (obarray)->contents[XINT (tem)]; 2326 ptr = &XVECTOR (obarray)->contents[XINT (tem)];