diff options
author | Jim Blandy <jimb@redhat.com> | 1992-01-14 01:46:33 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-01-14 01:46:33 +0000 |
commit | 96fa082a9dc87eaceba858e7f75a36e0d80a17c2 (patch) | |
tree | c6cf571f111b0d78cd90947f95b23e52dc346fc3 /lisp | |
parent | 31fe8ae4d9ac80da34cf2d714ec5f6626c25ee9a (diff) | |
download | emacs-96fa082a9dc87eaceba858e7f75a36e0d80a17c2.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/term/x-win.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 60425e8f271..81eabbdab66 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -445,6 +445,7 @@ This returns ARGS with the arguments that have been processed removed." (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. |