From: Jan Djärv Date: Fri, 5 Nov 2010 12:11:12 +0000 (+0100) Subject: * mouse.el (mouse-yank-primary): Update comment (Bug#6802). X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~45^2~374 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e06918d22b68821e7c1aa8148622232f106fbfc5;p=emacs.git * mouse.el (mouse-yank-primary): Update comment (Bug#6802). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4da5b10ea8c..4a2d3ceba17 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-11-05 Jan Djärv + + * mouse.el (mouse-yank-primary): Update comment (Bug#6802). + 2010-11-05 Glenn Morris * woman.el (woman0-roff-buffer, woman1-roff-buffer) diff --git a/lisp/mouse.el b/lisp/mouse.el index b71df57556c..40e0c14c064 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -1280,7 +1280,7 @@ regardless of where you click." (or mouse-yank-at-point (mouse-set-point click)) (let ((primary (cond - ((fboundp 'x-get-selection-value) ; MS-DOS and MS-Windows + ((fboundp 'x-get-selection-value) ; MS-DOS, MS-Windows and X. (or (x-get-selection-value) (x-get-selection 'PRIMARY))) ;; FIXME: What about xterm-mouse-mode etc.?