diff lisp/mouse.el @ 111409:b5cc0d963641

* mouse.el (mouse-yank-primary): Update comment (Bug#6802).
author Jan D. <jan.h.d@swipnet.se>
date Fri, 05 Nov 2010 13:11:12 +0100
parents 515d80e174ba
children c00190a8c8ef
line wrap: on
line diff
--- a/lisp/mouse.el	Fri Nov 05 12:35:36 2010 +0200
+++ b/lisp/mouse.el	Fri Nov 05 13:11:12 2010 +0100
@@ -1280,7 +1280,7 @@
   (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.?