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. */) | |||
| 604 | else | 604 | else |
| 605 | { | 605 | { |
| 606 | BEFORE_POTENTIAL_GC (); | 606 | BEFORE_POTENTIAL_GC (); |
| 607 | set_internal (sym, val, current_buffer, 0); | 607 | set_internal (sym, val, Qnil, 0); |
| 608 | AFTER_POTENTIAL_GC (); | 608 | AFTER_POTENTIAL_GC (); |
| 609 | } | 609 | } |
| 610 | } | 610 | } |