From: Jay Belanger Date: Tue, 9 Nov 2004 04:49:01 +0000 (+0000) Subject: (calc-init-extensions): Bound calc-yank to mouse-2. X-Git-Tag: ttn-vms-21-2-B4~4080 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f16f8be790080ed7c0892b85344c9d2ba716c20;p=emacs.git (calc-init-extensions): Bound calc-yank to mouse-2. --- diff --git a/lisp/calc/calc-ext.el b/lisp/calc/calc-ext.el index 4679cf8abaa..214ad24834d 100644 --- a/lisp/calc/calc-ext.el +++ b/lisp/calc/calc-ext.el @@ -108,6 +108,7 @@ (define-key calc-mode-map "\C-w" 'calc-kill-region) (define-key calc-mode-map "\M-w" 'calc-copy-region-as-kill) (define-key calc-mode-map "\C-y" 'calc-yank) + (define-key calc-mode-map [mouse-2] 'calc-yank) (define-key calc-mode-map "\C-_" 'calc-undo) (define-key calc-mode-map "\C-xu" 'calc-undo) (define-key calc-mode-map "\M-\C-m" 'calc-last-args)