Mercurial > emacs
changeset 41263:6decaeb7d760
Don't include keymap.h any more.
(keys_of_frame): Remove.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 19 Nov 2001 06:46:41 +0000 |
parents | d9737c699e48 |
children | 0759b2de09c1 |
files | src/frame.c |
diffstat | 1 files changed, 0 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/src/frame.c Mon Nov 19 06:46:01 2001 +0000 +++ b/src/frame.c Mon Nov 19 06:46:41 2001 +0000 @@ -37,7 +37,6 @@ /* 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 @@ 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"); -}