changeset 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 9a159fc42f11
children 15a32889e96c
files lisp/ChangeLog lisp/mouse.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Nov 05 12:35:36 2010 +0200
+++ b/lisp/ChangeLog	Fri Nov 05 13:11:12 2010 +0100
@@ -1,3 +1,7 @@
+2010-11-05  Jan Djärv  <jan.h.d@swipnet.se>
+
+	* mouse.el (mouse-yank-primary): Update comment (Bug#6802).
+
 2010-11-05  Glenn Morris  <rgm@gnu.org>
 
 	* woman.el (woman0-roff-buffer, woman1-roff-buffer)
--- 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.?