]> git.eshelyaron.com Git - emacs.git/commitdiff
* mouse.el (mouse-yank-primary): Update comment (Bug#6802).
authorJan Djärv <jan.h.d@swipnet.se>
Fri, 5 Nov 2010 12:11:12 +0000 (13:11 +0100)
committerJan Djärv <jan.h.d@swipnet.se>
Fri, 5 Nov 2010 12:11:12 +0000 (13:11 +0100)
lisp/ChangeLog
lisp/mouse.el

index 4da5b10ea8c4c75da41ffb88f1faf8765035de0c..4a2d3ceba17c06cd20818adc0239d55ccd1ebdde 100644 (file)
@@ -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)
index b71df57556cbc428f8019f8aaf5328fe82d5642d..40e0c14c06493f070fcc55b9898cc78846cd2068 100644 (file)
@@ -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.?