From: Richard M. Stallman Date: Tue, 26 Dec 1995 04:39:17 +0000 (+0000) Subject: (have_menus_p): Renamed from using_x_p. X-Git-Tag: emacs-19.34~1994 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=142aad7493c61df947e03ad9636d617988fc48f0;p=emacs.git (have_menus_p): Renamed from using_x_p. --- 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; }