emacsclient.c: use bool for boolean
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 19 Nov 2018 17:51:57 +0000 (09:51 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 19 Nov 2018 19:38:20 +0000 (11:38 -0800)
commit51f9c5a6d16bcba6182cb9bbb9b09330cd6d0a86
tree29e410fadafd4296751ead21b268fe793a0dbb55
parent9f47bb229dfc31716f58dd5587bf3b45cb855135
emacsclient.c: use bool for boolean

* lib-src/emacsclient.c (nowait, quiet, suppress_output, eval, tty)
(decode_options, file_name_absolute_p, get_server_config)
(strprefix, find_tty, set_socket, main):
Use bool for boolean.
(create_frame): New static var, replacing the old current_frame
and with inverted sense, as this is clearer.
lib-src/emacsclient.c