aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/select.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/select.el b/lisp/select.el
index c39bc93deab..897b66a028c 100644
--- a/lisp/select.el
+++ b/lisp/select.el
@@ -165,7 +165,7 @@ The value nil is the same as the list (UTF8_STRING COMPOUND_TEXT STRING)."
165Call `gui-get-selection' with an appropriate DATA-TYPE argument 165Call `gui-get-selection' with an appropriate DATA-TYPE argument
166decided by `x-select-request-type'. The return value is already 166decided by `x-select-request-type'. The return value is already
167decoded. If `gui-get-selection' signals an error, return nil." 167decoded. If `gui-get-selection' signals an error, return nil."
168 (let ((request-type (if (eq window-system 'x) 168 (let ((request-type (if (memq window-system '(x pgtk))
169 (or x-select-request-type 169 (or x-select-request-type
170 '(UTF8_STRING COMPOUND_TEXT STRING)) 170 '(UTF8_STRING COMPOUND_TEXT STRING))
171 'STRING)) 171 'STRING))