From 10c8c918b28e0aabd3142bf27ec9edeb9d79a1dc Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 19 Nov 2001 06:46:41 +0000 Subject: [PATCH] Don't include keymap.h any more. (keys_of_frame): Remove. --- src/frame.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/frame.c b/src/frame.c index ea38a088925..50410894c49 100644 --- a/src/frame.c +++ b/src/frame.c @@ -37,7 +37,6 @@ Boston, MA 02111-1307, USA. */ /* These help us bind and responding to switch-frame events. */ #include "commands.h" #include "keyboard.h" -#include "keymap.h" #include "frame.h" #ifdef HAVE_WINDOW_SYSTEM #include "fontset.h" @@ -2565,12 +2564,3 @@ This variable is local to the current terminal and cannot be buffer-local. */); defsubr (&Sset_frame_size); defsubr (&Sset_frame_position); } - -void -keys_of_frame () -{ - initial_define_lispy_key (global_map, "switch-frame", "handle-switch-frame"); - initial_define_lispy_key (global_map, "delete-frame", "handle-delete-frame"); - initial_define_lispy_key (global_map, "iconify-frame", "ignore-event"); - initial_define_lispy_key (global_map, "make-frame-visible", "ignore-event"); -} -- 2.39.5