comparison src/xfns.c @ 4309:c79a44360ed9

(Fx_rebind_key, Fx_rebind_keys): Functions deleted.
author Richard M. Stallman <rms@gnu.org>
date Tue, 27 Jul 1993 17:00:08 +0000
parents d69483b37e0a
children 3d43e65a593d
comparison
equal deleted inserted replaced
4308:7775929411c1 4309:c79a44360ed9
3375 UNBLOCK_INPUT; 3375 UNBLOCK_INPUT;
3376 return string; 3376 return string;
3377 } 3377 }
3378 #endif /* X10 */ 3378 #endif /* X10 */
3379 3379
3380 #if 0 /* I'm told these functions are superfluous
3381 given the ability to bind function keys. */
3382
3380 #ifdef HAVE_X11 3383 #ifdef HAVE_X11
3381 DEFUN ("x-rebind-key", Fx_rebind_key, Sx_rebind_key, 3, 3, 0, 3384 DEFUN ("x-rebind-key", Fx_rebind_key, Sx_rebind_key, 3, 3, 0,
3382 "Rebind X keysym KEYSYM, with MODIFIERS, to generate NEWSTRING.\n\ 3385 "Rebind X keysym KEYSYM, with MODIFIERS, to generate NEWSTRING.\n\
3383 KEYSYM is a string which conforms to the X keysym definitions found\n\ 3386 KEYSYM is a string which conforms to the X keysym definitions found\n\
3384 in X11/keysymdef.h, sans the initial XK_. MODIFIERS is nil or a\n\ 3387 in X11/keysymdef.h, sans the initial XK_. MODIFIERS is nil or a\n\
3471 } 3474 }
3472 } 3475 }
3473 return Qnil; 3476 return Qnil;
3474 } 3477 }
3475 #endif /* HAVE_X11 */ 3478 #endif /* HAVE_X11 */
3479 #endif /* 0 */
3476 3480
3477 #ifdef HAVE_X11 3481 #ifdef HAVE_X11
3478 Visual * 3482 Visual *
3479 select_visual (screen, depth) 3483 select_visual (screen, depth)
3480 Screen *screen; 3484 Screen *screen;
3766 defsubr (&Sx_display_planes); 3770 defsubr (&Sx_display_planes);
3767 defsubr (&Sx_display_color_cells); 3771 defsubr (&Sx_display_color_cells);
3768 defsubr (&Sx_display_visual_class); 3772 defsubr (&Sx_display_visual_class);
3769 defsubr (&Sx_display_backing_store); 3773 defsubr (&Sx_display_backing_store);
3770 defsubr (&Sx_display_save_under); 3774 defsubr (&Sx_display_save_under);
3775 #if 0
3771 defsubr (&Sx_rebind_key); 3776 defsubr (&Sx_rebind_key);
3772 defsubr (&Sx_rebind_keys); 3777 defsubr (&Sx_rebind_keys);
3773 #if 0
3774 defsubr (&Sx_track_pointer); 3778 defsubr (&Sx_track_pointer);
3775 defsubr (&Sx_grab_pointer); 3779 defsubr (&Sx_grab_pointer);
3776 defsubr (&Sx_ungrab_pointer); 3780 defsubr (&Sx_ungrab_pointer);
3777 #endif 3781 #endif
3778 #else 3782 #else