From 142aad7493c61df947e03ad9636d617988fc48f0 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 26 Dec 1995 04:39:17 +0000 Subject: [PATCH] (have_menus_p): Renamed from using_x_p. --- src/w32xfns.c | 4 ++-- 1 file 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; } -- 2.39.2