Show
Ignore:
Timestamp:
08/18/06 08:35:31 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/mouse.el

    r4131 r4148  
    23992399 
    24002400(global-set-key [mouse-2]       'mouse-yank-at-click) 
     2401;; Allow yanking also when the corresponding cursor is "in the fringe". 
     2402(global-set-key [right-fringe mouse-2] [mouse-2]) 
    24012403(global-set-key [mouse-3]       'mouse-save-then-kill) 
    24022404