]> git.eshelyaron.com Git - emacs.git/commit
Make use of NILP where possible
authorAndrea Corallo <akrl@sdf.org>
Wed, 26 Jan 2022 11:19:59 +0000 (12:19 +0100)
committerAndrea Corallo <akrl@sdf.org>
Wed, 26 Jan 2022 11:59:10 +0000 (12:59 +0100)
commit1200e55b6f359c2ba71138d5b0a2093ef163d805
tree05f4b2a794df349ebb3460f095684382f301e12a
parenta2eb83d037b36f43a124426a120af432b94b5b4e
Make use of NILP where possible

* src/w32menu.c (menubar_selection_callback, w32_menu_show): Use NILP
where possible.
* src/w32fns.c (w32_set_mouse_color): Likewise.
* src/w16select.c (Fw16_selection_exists_p): Likewise.
* src/process.c (Fnetwork_lookup_address_info): Likewise.
* src/cygw32.c (Fcygwin_convert_file_name_to_windows)
(Fcygwin_convert_file_name_from_windows): Likewise.
src/cygw32.c
src/process.c
src/w16select.c
src/w32fns.c
src/w32menu.c