diff options
| author | Gerd Moellmann | 2001-02-28 15:05:10 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-02-28 15:05:10 +0000 |
| commit | dbc64aa75a52cf1a9e93bf1b1da783e27f18e6cb (patch) | |
| tree | f5bfb3dea31575a532d971475b1da0e441925489 /src | |
| parent | 81e3f05877756fdc18c42478717193a4d56e784b (diff) | |
| download | emacs-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.c | 2 |
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); |