aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-02-28 15:05:10 +0000
committerGerd Moellmann2001-02-28 15:05:10 +0000
commitdbc64aa75a52cf1a9e93bf1b1da783e27f18e6cb (patch)
treef5bfb3dea31575a532d971475b1da0e441925489 /src
parent81e3f05877756fdc18c42478717193a4d56e784b (diff)
downloademacs-dbc64aa75a52cf1a9e93bf1b1da783e27f18e6cb.tar.gz
emacs-dbc64aa75a52cf1a9e93bf1b1da783e27f18e6cb.zip
(Fx_hide_tip): Don't use `None' with widgets; use
NULL instead.
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c2
1 files changed, 1 insertions, 1 deletions
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.")
10977 extern void xlwmenu_redisplay P_ ((Widget)); 10977 extern void xlwmenu_redisplay P_ ((Widget));
10978 10978
10979 if (!DoesSaveUnders (FRAME_X_DISPLAY_INFO (f)->screen) 10979 if (!DoesSaveUnders (FRAME_X_DISPLAY_INFO (f)->screen)
10980 && w != None) 10980 && w != NULL)
10981 { 10981 {
10982 BLOCK_INPUT; 10982 BLOCK_INPUT;
10983 xlwmenu_redisplay (w); 10983 xlwmenu_redisplay (w);