diff src/xselect.c @ 43713:f92c4d87863a

Change defvar_int def and vars to use EMACS_INT instead of just int.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 04 Mar 2002 23:41:00 +0000
parents 244e1fe7e57f
children a053f09739db
line wrap: on
line diff
--- a/src/xselect.c	Mon Mar 04 23:20:06 2002 +0000
+++ b/src/xselect.c	Mon Mar 04 23:41:00 2002 +0000
@@ -154,7 +154,7 @@
 
 /* If the selection owner takes too long to reply to a selection request,
    we give up on it.  This is in milliseconds (0 = no timeout.)  */
-static int x_selection_timeout;
+static EMACS_INT x_selection_timeout;
 
 /* Utility functions */