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: Eli Zaretskii
Subject: Re: master 58a3c54: Avoid using string-make-unibyte in select.el
Date: Sat, 22 Jun 2019 12:38:54 +0300

> From: Lars Ingebrigtsen <address@hidden>
> Cc: Eli Zaretskii <address@hidden>
> Date: Sat, 22 Jun 2019 10:58:58 +0200
> 
> > +            (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)

Ouch!  Of course!  Thanks for catching this; fixed.



reply via email to

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