diff options
| author | Gerd Moellmann | 2000-01-27 15:30:47 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-01-27 15:30:47 +0000 |
| commit | 3153caffa44fb9ca9e92b58136cc984f9897af30 (patch) | |
| tree | 73b401d42ff5fc8a561f42083f6039704de6b5ce /oldXMenu | |
| parent | f5a719c8db9bf68428d92ec98b28f74ab17f56eb (diff) | |
| download | emacs-3153caffa44fb9ca9e92b58136cc984f9897af30.tar.gz emacs-3153caffa44fb9ca9e92b58136cc984f9897af30.zip | |
(XMenuPost): Pass null help callback to XMenuActivate.
Diffstat (limited to 'oldXMenu')
| -rw-r--r-- | oldXMenu/Post.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oldXMenu/Post.c b/oldXMenu/Post.c index 8b0a0803811..471b1d60dc0 100644 --- a/oldXMenu/Post.c +++ b/oldXMenu/Post.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* $Header: /u/src/emacs/19.0/oldXMenu/RCS/Post.c,v 1.1 1992/04/11 22:10:20 jimb Exp $ */ | 3 | /* $Header: /gd/gnu/cvsroot/emacs/oldXMenu/Post.c,v 1.1 1999/10/03 19:35:10 fx Exp $ */ |
| 4 | /* Copyright Massachusetts Institute of Technology 1985 */ | 4 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 5 | 5 | ||
| 6 | /* | 6 | /* |
| @@ -64,7 +64,7 @@ XMenuPost(display, menu, p_num, s_num, x_pos, y_pos, event_mask) | |||
| 64 | p_num, s_num, | 64 | p_num, s_num, |
| 65 | x_pos, y_pos, | 65 | x_pos, y_pos, |
| 66 | event_mask, | 66 | event_mask, |
| 67 | &data); | 67 | &data, 0); |
| 68 | 68 | ||
| 69 | /* | 69 | /* |
| 70 | * Check the return value and return accordingly. | 70 | * Check the return value and return accordingly. |