; * lisp/select.el (xselect--encode-string): Fix a thinko.
This commit is contained in:
parent
d7da7ec328
commit
0b733a24ac
1 changed files with 1 additions and 1 deletions
|
@ -485,7 +485,7 @@ two markers or an overlay. Otherwise, it is nil."
|
|||
;; are eight-bit and ensure they are converted to their
|
||||
;; single-byte representation.
|
||||
(or (null (multibyte-string-p str))
|
||||
(setq str (encode-coding-string 'raw-text-unix str))))
|
||||
(setq str (encode-coding-string str 'raw-text-unix))))
|
||||
|
||||
(t
|
||||
(error "Unknown selection type: %S" type)))))
|
||||
|
|
Loading…
Add table
Reference in a new issue