summaryrefslogtreecommitdiff
path: root/lisp/select.el
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2014-11-01 12:37:14 +0100
committerJan Djärv <jan.h.d@swipnet.se>2014-11-01 12:37:14 +0100
commit722afcab51adbc97b5cc5679c87ed2115259a9a7 (patch)
tree6125d9bbc5b603eacf01e163e78c4710b1ca1c09 /lisp/select.el
parentce4670d74d34148b6c4c4f6b35bb2ab2865e583e (diff)
downloademacs-722afcab51adbc97b5cc5679c87ed2115259a9a7.tar.gz
* lisp/select.el (gui-get-selection): Comment: data-type ignored on NS.
* src/nsselect.m (ns_get_local_selection): Remove calling of functions in Vselection_converter_alist. (syms_of_nsselect): Remove Vselection_converter_alist. Fixes: debbugs:18911
Diffstat (limited to 'lisp/select.el')
-rw-r--r--lisp/select.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/select.el b/lisp/select.el
index 2ce0ef0d7e6..5a10756ea48 100644
--- a/lisp/select.el
+++ b/lisp/select.el
@@ -293,7 +293,7 @@ all upper-case names. The most often used ones, in addition to
DATA-TYPE is usually `STRING', but can also be one of the symbols
in `selection-converter-alist', which see. This argument is
-ignored on MS-Windows and MS-DOS."
+ignored on NS, MS-Windows and MS-DOS."
(let ((data (gui-call gui-get-selection (or type 'PRIMARY)
(or data-type 'STRING))))
(when (and (stringp data)