}
#endif /* X10 */
\f
+#if 0 /* I'm told these functions are superfluous
+ given the ability to bind function keys. */
+
#ifdef HAVE_X11
DEFUN ("x-rebind-key", Fx_rebind_key, Sx_rebind_key, 3, 3, 0,
"Rebind X keysym KEYSYM, with MODIFIERS, to generate NEWSTRING.\n\
return Qnil;
}
#endif /* HAVE_X11 */
+#endif /* 0 */
\f
#ifdef HAVE_X11
Visual *
defsubr (&Sx_display_visual_class);
defsubr (&Sx_display_backing_store);
defsubr (&Sx_display_save_under);
+#if 0
defsubr (&Sx_rebind_key);
defsubr (&Sx_rebind_keys);
-#if 0
defsubr (&Sx_track_pointer);
defsubr (&Sx_grab_pointer);
defsubr (&Sx_ungrab_pointer);