aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c
diff options
context:
space:
mode:
authorMattias EngdegÄrd2025-09-19 10:31:54 +0200
committerMattias EngdegÄrd2025-09-19 10:31:54 +0200
commit9f174f08d87ca779fad77f3e8f1b619f23cc62d7 (patch)
treeaa1795fd53ca8936b4f8775f6e94cdfe2cc61195 /src/bytecode.c
parentfb15f86248667063c45097d0036cc0b2d9309043 (diff)
downloademacs-9f174f08d87ca779fad77f3e8f1b619f23cc62d7.tar.gz
emacs-9f174f08d87ca779fad77f3e8f1b619f23cc62d7.zip
; * src/bytecode.c (exec_byte_code): Revert gratuituous style change
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;