# HG changeset patch # User Richard M. Stallman # Date 870680786 0 # Node ID fffebc19fe530d811bfbcee9442528631a596cd5 # Parent 9e0468e59b5f4cb0de8d59e6c32d6439485fa038 (x-get-selection): Change default for data-type back to `STRING'. diff -r 9e0468e59b5f -r fffebc19fe53 lisp/select.el --- a/lisp/select.el Mon Aug 04 07:03:08 1997 +0000 +++ b/lisp/select.el Mon Aug 04 07:46:26 1997 +0000 @@ -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."