Changeset 4148 for trunk/lisp/mouse.el
- Timestamp:
- 08/18/06 08:35:31 (2 years ago)
- Files:
-
- trunk/lisp/mouse.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/mouse.el
r4131 r4148 2399 2399 2400 2400 (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]) 2401 2403 (global-set-key [mouse-3] 'mouse-save-then-kill) 2402 2404
