]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/backend/x11/x11.factor
Language change: tuple slot setter words with stack effect ( value object -- ) are...
[factor.git] / basis / ui / backend / x11 / x11.factor
index 1cb1738007361e1e437b53a023b65db9dc84c9a1..2f979ee4f134969aa25aed616258093711e09621 100644 (file)
@@ -233,7 +233,7 @@ M: x11-ui-backend do-events
 
 M: x-clipboard copy-clipboard
     [ x-clipboard@ own-selection ] keep
-    (>>contents) ;
+    contents<< ;
 
 M: x-clipboard paste-clipboard
     [ find-world handle>> window>> ] dip atom>> convert-selection ;