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 cb0518f34ec..3d0e82c2d9f 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -2048,7 +2048,7 @@ this does nothing and returns nil. */)
2048 We used to use 0 here, but that leads to accidental sharing in 2048 We used to use 0 here, but that leads to accidental sharing in
2049 purecopy's hash-consing, so we use a (hopefully) unique integer 2049 purecopy's hash-consing, so we use a (hopefully) unique integer
2050 instead. */ 2050 instead. */
2051 docstring = make_number (XPNTR (function)); 2051 docstring = make_number (XUNTAG (function, Lisp_Symbol));
2052 return Ffset (function, 2052 return Ffset (function,
2053 Fpurecopy (list5 (Qautoload, file, docstring, 2053 Fpurecopy (list5 (Qautoload, file, docstring,
2054 interactive, type))); 2054 interactive, type)));