diff options
| author | Po Lu | 2025-09-19 09:28:17 +0800 |
|---|---|---|
| committer | Po Lu | 2025-09-19 09:28:17 +0800 |
| commit | fb15f86248667063c45097d0036cc0b2d9309043 (patch) | |
| tree | 54ef3595b851f78c087c959ec8dc5fd378e38519 /src/bytecode.c | |
| parent | 7d5633d0f4785881fc3a1ad302b0a8d3f11dcc25 (diff) | |
| download | emacs-fb15f86248667063c45097d0036cc0b2d9309043.tar.gz emacs-fb15f86248667063c45097d0036cc0b2d9309043.zip | |
; * src/bytecode.c (exec_byte_code): Fix coding style.
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 424d00f20ec..9bdc2eaeefe 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; |