aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c
index d266d995c4b..e44b7e32915 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -2020,7 +2020,7 @@ this does nothing and returns nil. */)
2020 We used to use 0 here, but that leads to accidental sharing in 2020 We used to use 0 here, but that leads to accidental sharing in
2021 purecopy's hash-consing, so we use a (hopefully) unique integer 2021 purecopy's hash-consing, so we use a (hopefully) unique integer
2022 instead. */ 2022 instead. */
2023 docstring = make_number (XPNTR (function)); 2023 docstring = make_number (XUNTAG (function, Lisp_Symbol));
2024 return Ffset (function, 2024 return Ffset (function,
2025 Fpurecopy (list5 (Qautoload, file, docstring, 2025 Fpurecopy (list5 (Qautoload, file, docstring,
2026 interactive, type))); 2026 interactive, type)));