From: Chris Hanson Date: Fri, 24 Oct 2003 04:53:51 +0000 (+0000) Subject: Change default of X-PASTE-FROM-CLIPBOARD to #T. This is the correct X-Git-Tag: 20090517-FFI~1769 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6cd822deef6bfa29a00e2e26d9fe5f7a2f448306;p=mit-scheme.git Change default of X-PASTE-FROM-CLIPBOARD to #T. This is the correct behavior for modern desktops, and for interoperability with Emacs 21. --- diff --git a/v7/src/edwin/xterm.scm b/v7/src/edwin/xterm.scm index efb871017..d62a24fd7 100644 --- a/v7/src/edwin/xterm.scm +++ b/v7/src/edwin/xterm.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: xterm.scm,v 1.72 2003/02/14 18:28:14 cph Exp $ +$Id: xterm.scm,v 1.73 2003/10/24 04:53:51 cph Exp $ Copyright 1989,1990,1991,1992,1993,1995 Massachusetts Institute of Technology Copyright 1996,1998,1999,2000,2001,2002 Massachusetts Institute of Technology @@ -1190,7 +1190,7 @@ In either case, it is copied to the primary selection." (define-variable x-paste-from-clipboard "If true, pasting text copies from the clipboard. Otherwise, it is copied from the primary selection." - #f + #t boolean?) (define (os/interprogram-paste context)