]> git.eshelyaron.com Git - emacs.git/commitdiff
(have_menus_p): Renamed from using_x_p.
authorRichard M. Stallman <rms@gnu.org>
Tue, 26 Dec 1995 04:39:17 +0000 (04:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 26 Dec 1995 04:39:17 +0000 (04:39 +0000)
src/w32xfns.c

index 0fda8c87e6b4a728590725992ccdee504ce31990..ed9c9dc036c693eec1c9d60277c4cc7f600d6359 100644 (file)
@@ -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;
 }