diff options
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.c b/src/data.c index 811619b58b3..be1e4d33bbb 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -723,7 +723,7 @@ determined by DEFINITION. */) | |||
| 723 | && EQ (XCAR (XSYMBOL (symbol)->function), Qautoload)) | 723 | && EQ (XCAR (XSYMBOL (symbol)->function), Qautoload)) |
| 724 | LOADHIST_ATTACH (Fcons (Qt, symbol)); | 724 | LOADHIST_ATTACH (Fcons (Qt, symbol)); |
| 725 | definition = Ffset (symbol, definition); | 725 | definition = Ffset (symbol, definition); |
| 726 | LOADHIST_ATTACH (symbol); | 726 | LOADHIST_ATTACH (Fcons (Qdefun, symbol)); |
| 727 | if (!NILP (docstring)) | 727 | if (!NILP (docstring)) |
| 728 | Fput (symbol, Qfunction_documentation, docstring); | 728 | Fput (symbol, Qfunction_documentation, docstring); |
| 729 | return definition; | 729 | return definition; |