Change default of X-PASTE-FROM-CLIPBOARD to #T. This is the correct
authorChris Hanson <org/chris-hanson/cph>
Fri, 24 Oct 2003 04:53:51 +0000 (04:53 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 24 Oct 2003 04:53:51 +0000 (04:53 +0000)
behavior for modern desktops, and for interoperability with Emacs 21.

v7/src/edwin/xterm.scm

index efb8710173cc2d034a5a9e8c0547944f705cac30..d62a24fd7c058596474ffcbacb3739f135fad36e 100644 (file)
@@ -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)