diff options
Diffstat (limited to 'src/bytecode.c')
| -rw-r--r-- | src/bytecode.c | 2 |
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. */) | |||
| 327 | static void | 327 | static void |
| 328 | bcall0 (Lisp_Object f) | 328 | bcall0 (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. |