changeset 1265:cfda1fa93624

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Tue, 29 Sep 1992 17:27:47 +0000
parents 6ba9d5aaace6
children bf6b4bc3ccc0
files lisp/term/x-win.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/term/x-win.el	Tue Sep 29 16:01:03 1992 +0000
+++ b/lisp/term/x-win.el	Tue Sep 29 17:27:47 1992 +0000
@@ -473,6 +473,7 @@
 ;;; Also, set the value of X cut buffer 0, for backward compatibility
 ;;; with older X application.
 (defun x-select-text (text)
+  (x-set-cut-buffer 0 text)
   (x-own-selection text 'clipboard)
   (x-own-selection text)
   (setq x-last-selected-text text))