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 d484dbb25c6..3bb96c2ed2d 100644 --- a/src/bytecode.c +++ b/src/bytecode.c | |||
| @@ -809,7 +809,7 @@ exec_byte_code (Lisp_Object bytestr, Lisp_Object vector, Lisp_Object maxdepth, | |||
| 809 | { | 809 | { |
| 810 | Lisp_Object handler = POP; | 810 | Lisp_Object handler = POP; |
| 811 | /* Support for a function here is new in 24.4. */ | 811 | /* Support for a function here is new in 24.4. */ |
| 812 | record_unwind_protect (FUNCTIONP (handler) ? bcall0 : unwind_body, | 812 | record_unwind_protect (FUNCTIONP (handler) ? bcall0 : prog_ignore, |
| 813 | handler); | 813 | handler); |
| 814 | NEXT; | 814 | NEXT; |
| 815 | } | 815 | } |