Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
10c8c918
Commit
10c8c918
authored
Nov 19, 2001
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't include keymap.h any more.
(keys_of_frame): Remove.
parent
5c98cd30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
src/frame.c
src/frame.c
+0
-10
No files found.
src/frame.c
View file @
10c8c918
...
...
@@ -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"
);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment