diff options
Diffstat (limited to 'src/data.c')
-rw-r--r-- | src/data.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data.c b/src/data.c index bbe14c83dfb..be85f817014 100644 --- a/src/data.c +++ b/src/data.c @@ -911,7 +911,7 @@ signal a `cyclic-function-indirection' error. */) if (!NILP (Vnative_comp_enable_subr_trampolines) && SUBRP (function) && !NATIVE_COMP_FUNCTIONP (function)) - CALLN (Ffuncall, Qcomp_subr_trampoline_install, symbol); + calln (Qcomp_subr_trampoline_install, symbol); #endif set_symbol_function (symbol, definition); @@ -1910,7 +1910,7 @@ notify_variable_watchers (Lisp_Object symbol, funcall_subr (XSUBR (watcher), ARRAYELTS (args), args); } else - CALLN (Ffuncall, watcher, symbol, newval, operation, where); + calln (watcher, symbol, newval, operation, where); } unbind_to (count, Qnil); |