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: Sun, 20 May 2007 03:51:31 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Nick Roberts <nickrob>  07/05/20 03:51:31

Index: keyboard.c
===================================================================
RCS file: /sources/emacs/emacs/src/keyboard.c,v
retrieving revision 1.900
retrieving revision 1.901
diff -u -b -r1.900 -r1.901
--- keyboard.c  20 May 2007 02:29:50 -0000      1.900
+++ keyboard.c  20 May 2007 03:51:31 -0000      1.901
@@ -6008,6 +6008,7 @@
       }
 #endif
 
+#ifdef HAVE_GPM_H
     case GPM_CLICK_EVENT:
       {
        FRAME_PTR f = XFRAME (event->frame_or_window);
@@ -6065,6 +6066,7 @@
                        Fcons (position,
                               Qnil));
        }
+#endif /* HAVE_GPM_H */
 
       /* The 'kind' field of the event is something we don't recognize.  */
     default:




reply via email to

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