diff src/xfns.c @ 642:b0ddc138b0b5

*** empty log message ***
author Joseph Arceneaux <jla@gnu.org>
date Tue, 12 May 1992 03:44:17 +0000
parents 78a0b78aa6de
children e2b747dd6a6e
line wrap: on
line diff
--- a/src/xfns.c	Tue May 12 02:31:53 1992 +0000
+++ b/src/xfns.c	Tue May 12 03:44:17 1992 +0000
@@ -171,8 +171,8 @@
 extern Atom Xatom_wm_delete_window;
 
 /* Other WM communication */
-Atom Xatom_wm_configure_denied;	  /* When our config request is denied */
-Atom Xatom_wm_window_moved;	  /* When the WM moves us. */
+extern Atom Xatom_wm_configure_denied; /* When our config request is denied */
+extern Atom Xatom_wm_window_moved;     /* When the WM moves us. */
 
 #else	/* X10 */
 
@@ -3922,7 +3922,8 @@
      register Lisp_Object newstring;
 {
   char *rawstring;
-  register KeySym keysym, modifier_list[16];
+  register KeySym keysym;
+  KeySym modifier_list[16];
 
   CHECK_STRING (x_keysym, 1);
   CHECK_STRING (newstring, 3);