# HG changeset patch # User Jim Blandy # Date 695353593 0 # Node ID 1e5480d8b334d26796d0df800dc8d5dbb26e6ea9 # Parent 80cdb23870434005ac3d8018955bdf2e8d891ec0 *** empty log message *** diff -r 80cdb2387043 -r 1e5480d8b334 lisp/term/x-win.el --- 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.