emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master 58a3c54: Avoid using string-make-unibyte in select.el


From: Lars Ingebrigtsen
Subject: Re: master 58a3c54: Avoid using string-make-unibyte in select.el
Date: Sat, 22 Jun 2019 10:58:58 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

address@hidden (Eli Zaretskii) writes:

> +            (or (null (multibyte-string-p str))
> +                (setq str (encode-coding-string 'raw-text-unix str))))

Shouldn't that be

(encode-coding-string str 'raw-text-unix)

?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

[Prev in Thread] Current Thread [Next in Thread]