/[emacs]/emacs/src/frame.c
ViewVC logotype

Diff of /emacs/src/frame.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.276 by pj, Sun Nov 18 10:00:57 2001 UTC revision 1.277 by monnier, Mon Nov 19 06:46:41 2001 UTC
# Line 37  Boston, MA 02111-1307, USA.  */ Line 37  Boston, MA 02111-1307, USA.  */
37  /* These help us bind and responding to switch-frame events.  */  /* These help us bind and responding to switch-frame events.  */
38  #include "commands.h"  #include "commands.h"
39  #include "keyboard.h"  #include "keyboard.h"
 #include "keymap.h"  
40  #include "frame.h"  #include "frame.h"
41  #ifdef HAVE_WINDOW_SYSTEM  #ifdef HAVE_WINDOW_SYSTEM
42  #include "fontset.h"  #include "fontset.h"
# Line 2565  This variable is local to the current te Line 2564  This variable is local to the current te
2564    defsubr (&Sset_frame_size);    defsubr (&Sset_frame_size);
2565    defsubr (&Sset_frame_position);    defsubr (&Sset_frame_position);
2566  }  }
   
 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");  
 }  

Legend:
Removed from v.1.276  
changed lines
  Added in v.1.277

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26