X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/816c1dfc5dfc6d490c653b393ef6876b3f04b7fe..07e47aad41e6d350b13531bf8a5eebd042f34794:/src/callproc.c diff --git a/src/callproc.c b/src/callproc.c index 24b8855185..a677334b3b 100644 --- a/src/callproc.c +++ b/src/callproc.c @@ -852,7 +852,7 @@ call_process (ptrdiff_t nargs, Lisp_Object *args, int filefd, (process_coding.dst_pos_byte + process_coding.produced), 0); - display_on_the_fly = 0; + display_on_the_fly = false; process_coding = saved_coding; carryover = nread; /* Make the above condition always fail in the future. */ @@ -884,9 +884,9 @@ call_process (ptrdiff_t nargs, Lisp_Object *args, int filefd, /* This variable might have been set to 0 for code detection. In that case, set it back to 1 because we should have already detected a coding system. */ - display_on_the_fly = 1; + display_on_the_fly = true; } - immediate_quit = 1; + immediate_quit = true; QUIT; } give_up: ;