]> git.eshelyaron.com Git - emacs.git/commitdiff
(keys_of_frame): Bind the new events to 'ignore, since the window manager has
authorKarl Heuer <kwzh@gnu.org>
Thu, 27 Oct 1994 21:15:50 +0000 (21:15 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 27 Oct 1994 21:15:50 +0000 (21:15 +0000)
already done the work.

src/frame.c

index dc5d37d388ab719792ec9aefcf5a4030e6927966..cf25bf51bca8ffb697f61415175be3b85d326109 100644 (file)
@@ -1834,6 +1834,8 @@ 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");
+  initial_define_lispy_key (global_map, "make-frame-visible", "ignore");
 }
 \f
 #else /* not MULTI_FRAME */