]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fx_hide_tip): Don't use `None' with widgets; use
authorGerd Moellmann <gerd@gnu.org>
Wed, 28 Feb 2001 15:05:10 +0000 (15:05 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 28 Feb 2001 15:05:10 +0000 (15:05 +0000)
NULL instead.

src/xfns.c

index 2460e16bbaf6b325dbd07795ff890e10ce0d7024..2c3a16ce0191ef4200214782f1d8ae4b51de5170 100644 (file)
@@ -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);