diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1997-07-01 05:06:38 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1997-07-01 05:06:38 +0000 |
commit | a33f205165a15fc0cd66dd13543a77eb8b6b4647 (patch) | |
tree | 309d9877f10b9726d1186eb2e47572dfd358f92a /src/w32fns.c | |
parent | b934925aeaeca16af43e2fc4508505acefdd0889 (diff) | |
download | emacs-a33f205165a15fc0cd66dd13543a77eb8b6b4647.tar.gz |
Delete defsubrs of Sfocus_frame and
Sunfocus_frame.
Diffstat (limited to 'src/w32fns.c')
-rw-r--r-- | src/w32fns.c | 2 |
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."); 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); |