diff options
| author | João Távora | 2018-06-09 15:49:04 +0100 |
|---|---|---|
| committer | João Távora | 2018-06-09 15:49:04 +0100 |
| commit | 16a7bce700f4b90bd6b2d7ab4bb860a3c29cb764 (patch) | |
| tree | 48b02e12d83195e21658476dfd56caa1af71c557 /src/bytecode.c | |
| parent | 4aed7ee79cbea9963a84d5d925d39f7bc07aed98 (diff) | |
| parent | 38111b5e98380c518aeb1bb7be52b7972a248332 (diff) | |
| download | emacs-scratch/allow-custom-null-and-false-objects-in-jsonc.tar.gz emacs-scratch/allow-custom-null-and-false-objects-in-jsonc.zip | |
Merge branch 'master' into this scratch branchscratch/allow-custom-null-and-false-objects-in-jsonc
scratch/allow-custom-null-and-false-objects-in-jsonc
Diffstat (limited to 'src/bytecode.c')
| -rw-r--r-- | src/bytecode.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bytecode.c b/src/bytecode.c index 55b193ffb2f..772cc982f9a 100644 --- a/src/bytecode.c +++ b/src/bytecode.c | |||
| @@ -739,8 +739,7 @@ exec_byte_code (Lisp_Object bytestr, Lisp_Object vector, Lisp_Object maxdepth, | |||
| 739 | NEXT; | 739 | NEXT; |
| 740 | 740 | ||
| 741 | CASE (Bsave_excursion): | 741 | CASE (Bsave_excursion): |
| 742 | record_unwind_protect (save_excursion_restore, | 742 | record_unwind_protect_excursion (); |
| 743 | save_excursion_save ()); | ||
| 744 | NEXT; | 743 | NEXT; |
| 745 | 744 | ||
| 746 | CASE (Bsave_current_buffer): /* Obsolete since ??. */ | 745 | CASE (Bsave_current_buffer): /* Obsolete since ??. */ |