emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/keyboard.c,v


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c,v
Date: Wed, 23 May 2007 21:42:11 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Nick Roberts <nickrob>  07/05/23 21:42:10

Index: keyboard.c
===================================================================
RCS file: /sources/emacs/emacs/src/keyboard.c,v
retrieving revision 1.902
retrieving revision 1.903
diff -u -b -r1.902 -r1.903
--- keyboard.c  20 May 2007 05:09:32 -0000      1.902
+++ keyboard.c  23 May 2007 21:42:10 -0000      1.903
@@ -6074,7 +6074,7 @@
     }
 }
 
-#ifdef HAVE_MOUSE
+#if defined(HAVE_MOUSE) || defined(HAVE_GPM)
 
 static Lisp_Object
 make_lispy_movement (frame, bar_window, part, x, y, time)
@@ -6113,7 +6113,7 @@
     }
 }
 
-#endif /* HAVE_MOUSE */
+#endif /* HAVE_MOUSE || HAVE GPM */
 
 /* Construct a switch frame event.  */
 static Lisp_Object




reply via email to

[Prev in Thread] Current Thread [Next in Thread]