aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Voelker1997-07-01 05:06:38 +0000
committerGeoff Voelker1997-07-01 05:06:38 +0000
commit938ef1fd093c0f8ae074a9a266ee615650a71bda (patch)
treeea372bdab1e5cd9428ddc5e51a168930c64cbfad
parent2091aeb2a111c72aef9ccc30ef2dbfdd6b5f1dce (diff)
downloademacs-938ef1fd093c0f8ae074a9a266ee615650a71bda.tar.gz
emacs-938ef1fd093c0f8ae074a9a266ee615650a71bda.zip
Delete defsubrs of Sfocus_frame and
Sunfocus_frame.
-rw-r--r--src/w32fns.c2
1 files changed, 0 insertions, 2 deletions
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.");
5123 defsubr (&Sx_display_save_under); 5123 defsubr (&Sx_display_save_under);
5124 defsubr (&Sx_parse_geometry); 5124 defsubr (&Sx_parse_geometry);
5125 defsubr (&Sx_create_frame); 5125 defsubr (&Sx_create_frame);
5126 defsubr (&Sfocus_frame);
5127 defsubr (&Sunfocus_frame);
5128 defsubr (&Sx_open_connection); 5126 defsubr (&Sx_open_connection);
5129 defsubr (&Sx_close_connection); 5127 defsubr (&Sx_close_connection);
5130 defsubr (&Sx_display_list); 5128 defsubr (&Sx_display_list);