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, 2 insertions, 0 deletions
diff --git a/src/bytecode.c b/src/bytecode.c
index 124348e5b35..8e214560f30 100644
--- a/src/bytecode.c
+++ b/src/bytecode.c
@@ -942,6 +942,8 @@ exec_byte_code (Lisp_Object fun, ptrdiff_t args_template,
942 CASE (Bsave_restriction): 942 CASE (Bsave_restriction):
943 record_unwind_protect (save_restriction_restore, 943 record_unwind_protect (save_restriction_restore,
944 save_restriction_save ()); 944 save_restriction_save ());
945 record_unwind_protect (narrowing_locks_restore,
946 narrowing_locks_save ());
945 NEXT; 947 NEXT;
946 948
947 CASE (Bcatch): /* Obsolete since 25. */ 949 CASE (Bcatch): /* Obsolete since 25. */