diff options
Diffstat (limited to 'src/doc.c')
| -rw-r--r-- | src/doc.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -538,7 +538,7 @@ store_function_docstring (fun, offset) | |||
| 538 | { | 538 | { |
| 539 | tem = Fcdr (Fcdr (fun)); | 539 | tem = Fcdr (Fcdr (fun)); |
| 540 | if (CONSP (tem) && INTEGERP (XCAR (tem))) | 540 | if (CONSP (tem) && INTEGERP (XCAR (tem))) |
| 541 | XSETCARFASTINT (tem, offset); | 541 | XSETCAR (tem, make_number (offset)); |
| 542 | } | 542 | } |
| 543 | else if (EQ (tem, Qmacro)) | 543 | else if (EQ (tem, Qmacro)) |
| 544 | store_function_docstring (XCDR (fun), offset); | 544 | store_function_docstring (XCDR (fun), offset); |