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 | 142aad7493c61df947e03ad9636d617988fc48f0 (patch) | |
tree | 7a5eae2cc6836b43e139a631023afe4c24d6bff9 /src/w32xfns.c | |
parent | 31d87daa5baa0fdecdb1c15d844e3cb2a8c01a37 (diff) | |
download | emacs-142aad7493c61df947e03ad9636d617988fc48f0.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; } |