]> git.eshelyaron.com Git - emacs.git/commit
Tweak x_hide_tip for consistency
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Oct 2021 00:58:16 +0000 (17:58 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Oct 2021 00:59:32 +0000 (17:59 -0700)
commit87153cc9151fe2398c243cf49eb27584c166c58a
tree4d647633aa3905d152126a46a6f5fc4284b31897
parent7e871dcd27bdb827573ca97e609632e178e76f64
Tweak x_hide_tip for consistency

* src/xfns.c (x_hide_tip, Fx_show_tip): Be consistent about using
!NILP (tip_frame) instead of FRAMEP (tip_frame).  The two
expressions are logically equivalent since tip_frame is either a
frame or nil, !NILP is a bit faster, and making things consistent
pacifies gcc 11.2.1 -Wanalyzer-null-dereference.
src/xfns.c