[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r102257: * mouse.el (mouse-yank-prima
From: |
Jan D. |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r102257: * mouse.el (mouse-yank-primary): Update comment (Bug#6802). |
Date: |
Fri, 05 Nov 2010 13:11:12 +0100 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 102257
committer: Jan D. <address@hidden>
branch nick: trunk
timestamp: Fri 2010-11-05 13:11:12 +0100
message:
* mouse.el (mouse-yank-primary): Update comment (Bug#6802).
modified:
lisp/ChangeLog
lisp/mouse.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2010-11-05 08:16:55 +0000
+++ b/lisp/ChangeLog 2010-11-05 12:11:12 +0000
@@ -1,3 +1,7 @@
+2010-11-05 Jan Djärv <address@hidden>
+
+ * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
+
2010-11-05 Glenn Morris <address@hidden>
* woman.el (woman0-roff-buffer, woman1-roff-buffer)
=== modified file 'lisp/mouse.el'
--- a/lisp/mouse.el 2010-10-02 02:46:13 +0000
+++ b/lisp/mouse.el 2010-11-05 12:11:12 +0000
@@ -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.?
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r102257: * mouse.el (mouse-yank-primary): Update comment (Bug#6802).,
Jan D. <=