Mercurial > emacs
diff lisp/term/x-win.el @ 1265:cfda1fa93624
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 29 Sep 1992 17:27:47 +0000 |
parents | be61776a20c4 |
children | bf6b4bc3ccc0 |
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))