diff src/keyboard.c @ 83627:422451dd396a

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 765-770) - Update from CVS - Merge from emacs--rel--22 - Merge from gnus--rel--5.10 * emacs--rel--22 (patch 24-25) * gnus--rel--5.10 (patch 222-223) - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-16
author Miles Bader <miles@gnu.org>
date Fri, 25 May 2007 02:47:22 +0000
parents 0a3247aa24a4 3600cdf01ab7
children cc587bfd19ca
line wrap: on
line diff
--- a/src/keyboard.c	Thu May 24 02:14:22 2007 +0000
+++ b/src/keyboard.c	Fri May 25 02:47:22 2007 +0000
@@ -6189,7 +6189,7 @@
     }
 }
 
-#ifdef HAVE_MOUSE
+#if defined(HAVE_MOUSE) || defined(HAVE_GPM)
 
 static Lisp_Object
 make_lispy_movement (frame, bar_window, part, x, y, time)
@@ -6228,7 +6228,7 @@
     }
 }
 
-#endif /* HAVE_MOUSE */
+#endif /* HAVE_MOUSE || HAVE GPM */
 
 /* Construct a switch frame event.  */
 static Lisp_Object