aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/select.el
diff options
context:
space:
mode:
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 10c8f0b1efd..521d119792f 100644
--- a/lisp/select.el
+++ b/lisp/select.el
@@ -106,7 +106,7 @@ in `selection-converter-alist', which see."
106 ((eq data-type 'STRING) 106 ((eq data-type 'STRING)
107 'iso-8859-1) 107 'iso-8859-1)
108 (t 108 (t
109 (error "Unknow selection data type: %S" type)))) 109 (error "Unknown selection data type: %S" type))))
110 data (if coding (decode-coding-string data coding) 110 data (if coding (decode-coding-string data coding)
111 (string-to-multibyte data))) 111 (string-to-multibyte data)))
112 (setq next-selection-coding-system nil) 112 (setq next-selection-coding-system nil)