emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/frame.c


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/frame.c
Date: Mon, 19 Nov 2001 01:46:42 -0500

Index: emacs/src/frame.c
diff -u emacs/src/frame.c:1.276 emacs/src/frame.c:1.277
--- emacs/src/frame.c:1.276     Sun Nov 18 05:00:57 2001
+++ emacs/src/frame.c   Mon Nov 19 01:46:41 2001
@@ -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"
@@ -2564,13 +2563,4 @@
   defsubr (&Sset_frame_width);
   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");
 }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]