From: Geoff Voelker Date: Tue, 1 Jul 1997 05:06:38 +0000 (+0000) Subject: Delete defsubrs of Sfocus_frame and X-Git-Tag: emacs-20.1~1438 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=938ef1fd093c0f8ae074a9a266ee615650a71bda;p=emacs.git Delete defsubrs of Sfocus_frame and Sunfocus_frame. --- diff --git a/src/w32fns.c b/src/w32fns.c index 13de5fb75b3..475bc42e4e2 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -5123,8 +5123,6 @@ unless you set it to something else."); defsubr (&Sx_display_save_under); defsubr (&Sx_parse_geometry); defsubr (&Sx_create_frame); - defsubr (&Sfocus_frame); - defsubr (&Sunfocus_frame); defsubr (&Sx_open_connection); defsubr (&Sx_close_connection); defsubr (&Sx_display_list);