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 05:09:34 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Nick Roberts <nickrob>  07/05/20 05:09:33

Index: keyboard.c
===================================================================
RCS file: /sources/emacs/emacs/src/keyboard.c,v
retrieving revision 1.901
retrieving revision 1.902
diff -u -b -r1.901 -r1.902
--- keyboard.c  20 May 2007 03:51:31 -0000      1.901
+++ keyboard.c  20 May 2007 05:09:32 -0000      1.902
@@ -6008,7 +6008,7 @@
       }
 #endif
 
-#ifdef HAVE_GPM_H
+#ifdef HAVE_GPM
     case GPM_CLICK_EVENT:
       {
        FRAME_PTR f = XFRAME (event->frame_or_window);
@@ -6066,7 +6066,7 @@
                        Fcons (position,
                               Qnil));
        }
-#endif /* HAVE_GPM_H */
+#endif /* HAVE_GPM */
 
       /* The 'kind' field of the event is something we don't recognize.  */
     default:
@@ -6925,7 +6925,7 @@
       if (n_to_read == 0)
        return 0;
 #else /* not MSDOS */
-#ifdef HAVE_GPM_H
+#ifdef HAVE_GPM
       if (term_gpm)
        {
          Gpm_Event event;
@@ -6943,7 +6943,7 @@
          if (nread)
            return nread;
        }
-#endif /* HAVE_GPM_H */
+#endif /* HAVE_GPM */
 #ifdef FIONREAD
 
      /* Find out how much input is available.  */




reply via email to

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