diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-12-26 04:39:17 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-12-26 04:39:17 +0000 |
commit | 1e328d6851b5fe7fe178ddd7854953d8568f1727 (patch) | |
tree | 2d5d6b38fafbd0b084458fbfdea8f21e3fb98bb2 /src/w32xfns.c | |
parent | ba8a02ff0a915cd594fe6c73fb814bade15910d9 (diff) | |
download | emacs-1e328d6851b5fe7fe178ddd7854953d8568f1727.tar.gz |
(have_menus_p): Renamed from using_x_p.
Diffstat (limited to 'src/w32xfns.c')
-rw-r--r-- | src/w32xfns.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32xfns.c b/src/w32xfns.c index 0fda8c87e6b..ed9c9dc036c 100644 --- a/src/w32xfns.c +++ b/src/w32xfns.c @@ -277,9 +277,9 @@ XParseGeometry (string, x, y, width, height) return (mask); } -/* The semantics of the use of using_x_p is really using_a_window_system. */ +/* We can use mouse menus when we wish. */ int -using_x_p (void) +have_menus_p (void) { return 1; } |