aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-07-27 17:00:08 +0000
committerRichard M. Stallman1993-07-27 17:00:08 +0000
commit01567351cfc75de2611637a75fcddddafdf2f51c (patch)
treec884e6f9eed19c66b0ccdb6ffca299e2aa5717ae /src
parentc9a0e1cbdcbda223282f7f2f1ed1463db6884764 (diff)
downloademacs-01567351cfc75de2611637a75fcddddafdf2f51c.tar.gz
emacs-01567351cfc75de2611637a75fcddddafdf2f51c.zip
(Fx_rebind_key, Fx_rebind_keys): Functions deleted.
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 6f42dcf2cd4..6e328952066 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -3377,6 +3377,9 @@ DEFUN ("x-get-cut-buffer", Fx_get_cut_buffer, Sx_get_cut_buffer, 0, 0, 0,
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
3381DEFUN ("x-rebind-key", Fx_rebind_key, Sx_rebind_key, 3, 3, 0, 3384DEFUN ("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\
@@ -3473,6 +3476,7 @@ See the documentation of `x-rebind-key' for more information.")
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
3478Visual * 3482Visual *
@@ -3768,9 +3772,9 @@ switches, if present.");
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);