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, 1 insertions, 1 deletions
diff --git a/src/bytecode.c b/src/bytecode.c
index 9bdc2eaeefe..424d00f20ec 100644
--- a/src/bytecode.c
+++ b/src/bytecode.c
@@ -961,7 +961,7 @@ exec_byte_code (Lisp_Object fun, ptrdiff_t args_template,
961 { 961 {
962 /* No need to restore old quitcounter; just check at the next 962 /* No need to restore old quitcounter; just check at the next
963 backward branch. */ 963 backward branch. */
964 quitcounter = (unsigned char) -1; 964 quitcounter = (unsigned char)-1;
965 struct handler *c = handlerlist; 965 struct handler *c = handlerlist;
966 handlerlist = c->next; 966 handlerlist = c->next;
967 top = c->bytecode_top; 967 top = c->bytecode_top;