From: Gerd Moellmann Date: Wed, 28 Feb 2001 15:05:10 +0000 (+0000) Subject: (Fx_hide_tip): Don't use `None' with widgets; use X-Git-Tag: emacs-pretest-21.0.99~81 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dbc64aa75a52cf1a9e93bf1b1da783e27f18e6cb;p=emacs.git (Fx_hide_tip): Don't use `None' with widgets; use NULL instead. --- diff --git a/src/xfns.c b/src/xfns.c index 2460e16bbaf..2c3a16ce019 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -10977,7 +10977,7 @@ Value is t is tooltip was open, nil otherwise.") extern void xlwmenu_redisplay P_ ((Widget)); if (!DoesSaveUnders (FRAME_X_DISPLAY_INFO (f)->screen) - && w != None) + && w != NULL) { BLOCK_INPUT; xlwmenu_redisplay (w);