mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
; * src/bytecode.c (exec_byte_code): Revert gratuituous style change
This commit is contained in:
parent
fb15f86248
commit
9f174f08d8
1 changed files with 1 additions and 1 deletions
|
|
@ -961,7 +961,7 @@ exec_byte_code (Lisp_Object fun, ptrdiff_t args_template,
|
|||
{
|
||||
/* No need to restore old quitcounter; just check at the next
|
||||
backward branch. */
|
||||
quitcounter = (unsigned char) -1;
|
||||
quitcounter = (unsigned char)-1;
|
||||
struct handler *c = handlerlist;
|
||||
handlerlist = c->next;
|
||||
top = c->bytecode_top;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue