Mercurial > emacs
changeset 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 | 7775929411c1 |
children | 52d82c1a3948 |
files | src/xfns.c |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Tue Jul 27 16:55:29 1993 +0000 +++ b/src/xfns.c Tue Jul 27 17:00:08 1993 +0000 @@ -3377,6 +3377,9 @@ } #endif /* X10 */ +#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\ @@ -3473,6 +3476,7 @@ return Qnil; } #endif /* HAVE_X11 */ +#endif /* 0 */ #ifdef HAVE_X11 Visual * @@ -3768,9 +3772,9 @@ 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);