comparison lisp/ChangeLog @ 112016:dd7d92a355c6

Fix bug #7699 with pasting selected text on MS-Windows. mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated) PRIMARY first, then the clipboard.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 25 Dec 2010 12:57:02 +0200
parents f11676feb984
children db006527425b
comparison
equal deleted inserted replaced
112015:fa60617e20c1 112016:dd7d92a355c6
1 2010-12-25 Eli Zaretskii <eliz@gnu.org>
2
3 * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
4 PRIMARY first, then the clipboard. (Bug#7699)
5
1 2010-12-22 Stefan Monnier <monnier@iro.umontreal.ca> 6 2010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of 8 * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
4 print-number-table. 9 print-number-table.
5 10