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 c59f75dc78e..c53c5acdbb3 100644 --- a/src/bytecode.c +++ b/src/bytecode.c @@ -604,7 +604,7 @@ If the third argument is incorrect, Emacs may crash. */) else { BEFORE_POTENTIAL_GC (); - set_internal (sym, val, current_buffer, 0); + set_internal (sym, val, Qnil, 0); AFTER_POTENTIAL_GC (); } } |