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

Diff of /emacs/src/macterm.c

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

revision 1.100 by kfstorm, Thu Jan 27 22:33:11 2005 UTC revision 1.101 by harder, Sun Jan 30 16:39:15 2005 UTC
# Line 9902  nil then the key will act as the normal Line 9902  nil then the key will act as the normal
9902    
9903    DEFVAR_LISP ("mac-reverse-ctrl-meta", &Vmac_reverse_ctrl_meta,    DEFVAR_LISP ("mac-reverse-ctrl-meta", &Vmac_reverse_ctrl_meta,
9904      doc: /* Non-nil means that the control and meta keys are reversed.  This is      doc: /* Non-nil means that the control and meta keys are reversed.  This is
9905              useful for non-standard keyboard layouts.  */);  useful for non-standard keyboard layouts.  */);
9906    Vmac_reverse_ctrl_meta = Qnil;    Vmac_reverse_ctrl_meta = Qnil;
9907    
9908    DEFVAR_LISP ("mac-emulate-three-button-mouse",    DEFVAR_LISP ("mac-emulate-three-button-mouse",
9909                 &Vmac_emulate_three_button_mouse,                 &Vmac_emulate_three_button_mouse,
9910      doc: /* t means that when the option-key is held down while pressing the      doc: /* t means that when the option-key is held down while pressing the
9911      mouse button, the click will register as mouse-2 and while the  mouse button, the click will register as mouse-2 and while the
9912      command-key is held down, the click will register as mouse-3.  command-key is held down, the click will register as mouse-3.
9913      'reverse means that the the option-key will register for mouse-3  'reverse means that the the option-key will register for mouse-3
9914      and the command-key will register for mouse-2.  nil means that  and the command-key will register for mouse-2.  nil means that
9915      not emulation should be done and the modifiers should be placed  no emulation should be done and the modifiers should be placed
9916      on the mouse-1 event. */);  on the mouse-1 event. */);
9917    Vmac_emulate_three_button_mouse = Qnil;    Vmac_emulate_three_button_mouse = Qnil;
9918    
9919  #if USE_CARBON_EVENTS  #if USE_CARBON_EVENTS

Legend:
Removed from v.1.100  
changed lines
  Added in v.1.101

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