]> git.eshelyaron.com Git - emacs.git/commitdiff
(x-get-selection): Change default for data-type
authorRichard M. Stallman <rms@gnu.org>
Mon, 4 Aug 1997 07:46:26 +0000 (07:46 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 4 Aug 1997 07:46:26 +0000 (07:46 +0000)
back to `STRING'.

lisp/select.el

index b953743fd8bd2052ee6703984d719e8ef7abfc76..3933efdd1a884896e7dd382369fc0d572595b504 100644 (file)
@@ -29,9 +29,9 @@
 (defun x-get-selection (&optional type data-type)
   "Return the value of an X Windows selection.
 The argument TYPE (default `PRIMARY') says which selection, 
-and the argument DATA-TYPE (default `COMPOUND_TEXT') says
+and the argument DATA-TYPE (default `STRING') says
 how to convert the data."
-  (x-get-selection-internal (or type 'PRIMARY) (or data-type 'COMPOUND_TEXT)))
+  (x-get-selection-internal (or type 'PRIMARY) (or data-type 'STRING)))
 
 (defun x-get-clipboard ()
   "Return text pasted to the clipboard."