Mercurial > emacs
changeset 487:1e5480d8b334
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 14 Jan 1992 01:46:33 +0000 |
parents | 80cdb2387043 |
children | 4fddd0f0fc33 |
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 Mon Jan 13 22:04:23 1992 +0000 +++ b/lisp/term/x-win.el Tue Jan 14 01:46:33 1992 +0000 @@ -445,6 +445,7 @@ (setq suspend-hook '(lambda () (error "Suspending an emacs running under X makes no sense"))) +(setq interprogram-cut-function 'x-own-selection) ;;; Turn off window-splitting optimization; X is usually fast enough ;;; that this is only annoying.