emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Jesper Harder
Subject: [Emacs-diffs] Changes to emacs/src/macterm.c
Date: Sun, 30 Jan 2005 11:39:18 -0500

Index: emacs/src/macterm.c
diff -c emacs/src/macterm.c:1.100 emacs/src/macterm.c:1.101
*** emacs/src/macterm.c:1.100   Thu Jan 27 22:33:11 2005
--- emacs/src/macterm.c Sun Jan 30 16:39:15 2005
***************
*** 9902,9919 ****
  
    DEFVAR_LISP ("mac-reverse-ctrl-meta", &Vmac_reverse_ctrl_meta,
      doc: /* Non-nil means that the control and meta keys are reversed.  This 
is
!           useful for non-standard keyboard layouts.  */);
    Vmac_reverse_ctrl_meta = Qnil;
  
    DEFVAR_LISP ("mac-emulate-three-button-mouse",
               &Vmac_emulate_three_button_mouse,
      doc: /* t means that when the option-key is held down while pressing the
!     mouse button, the click will register as mouse-2 and while the
!     command-key is held down, the click will register as mouse-3.
!     'reverse means that the the option-key will register for mouse-3
!     and the command-key will register for mouse-2.  nil means that
!     not emulation should be done and the modifiers should be placed
!     on the mouse-1 event. */);
    Vmac_emulate_three_button_mouse = Qnil;
  
  #if USE_CARBON_EVENTS
--- 9902,9919 ----
  
    DEFVAR_LISP ("mac-reverse-ctrl-meta", &Vmac_reverse_ctrl_meta,
      doc: /* Non-nil means that the control and meta keys are reversed.  This 
is
! useful for non-standard keyboard layouts.  */);
    Vmac_reverse_ctrl_meta = Qnil;
  
    DEFVAR_LISP ("mac-emulate-three-button-mouse",
               &Vmac_emulate_three_button_mouse,
      doc: /* t means that when the option-key is held down while pressing the
! mouse button, the click will register as mouse-2 and while the
! command-key is held down, the click will register as mouse-3.
! 'reverse means that the the option-key will register for mouse-3
! and the command-key will register for mouse-2.  nil means that
! no emulation should be done and the modifiers should be placed
! on the mouse-1 event. */);
    Vmac_emulate_three_button_mouse = Qnil;
  
  #if USE_CARBON_EVENTS




reply via email to

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