diff options
Diffstat (limited to 'src/data.c')
| -rw-r--r-- | src/data.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/data.c b/src/data.c index 8a0546ce09b..173b92c5bf4 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -814,6 +814,8 @@ The return value is undefined. */) | |||
| 814 | Ffset (symbol, definition); | 814 | Ffset (symbol, definition); |
| 815 | } | 815 | } |
| 816 | 816 | ||
| 817 | maybe_defer_native_compilation (symbol, definition); | ||
| 818 | |||
| 817 | if (!NILP (docstring)) | 819 | if (!NILP (docstring)) |
| 818 | Fput (symbol, Qfunction_documentation, docstring); | 820 | Fput (symbol, Qfunction_documentation, docstring); |
| 819 | /* We used to return `definition', but now that `defun' and `defmacro' expand | 821 | /* We used to return `definition', but now that `defun' and `defmacro' expand |