aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode.c')
-rw-r--r--src/bytecode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytecode.c b/src/bytecode.c
index fcf369400b9..d62d7d067b1 100644
--- a/src/bytecode.c
+++ b/src/bytecode.c
@@ -327,7 +327,7 @@ If the third argument is incorrect, Emacs may crash. */)
327static void 327static void
328bcall0 (Lisp_Object f) 328bcall0 (Lisp_Object f)
329{ 329{
330 Ffuncall (1, &f); 330 calln (f);
331} 331}
332 332
333/* The bytecode stack size in bytes. 333/* The bytecode stack size in bytes.