diff options
Diffstat (limited to 'src/doc.c')
| -rw-r--r-- | src/doc.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -445,7 +445,7 @@ store_function_docstring (fun, offset) | |||
| 445 | { | 445 | { |
| 446 | tem = Fcdr (Fcdr (fun)); | 446 | tem = Fcdr (Fcdr (fun)); |
| 447 | if (CONSP (tem) && INTEGERP (XCAR (tem))) | 447 | if (CONSP (tem) && INTEGERP (XCAR (tem))) |
| 448 | XSETFASTINT (XCAR (tem), offset); | 448 | XSETCARFASTINT (tem, offset); |
| 449 | } | 449 | } |
| 450 | else if (EQ (tem, Qmacro)) | 450 | else if (EQ (tem, Qmacro)) |
| 451 | store_function_docstring (XCDR (fun), offset); | 451 | store_function_docstring (XCDR (fun), offset); |