emacs-devel
[Top][All Lists]
Advanced

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

Re: Towards a cleaner build: disass.el


From: Stefan Monnier
Subject: Re: Towards a cleaner build: disass.el
Date: Thu, 13 Jun 2019 12:23:46 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> (multibyte-string-p (aref (byte-compile '(lambda (foo) (+ 4 foo))) 1))
> => nil

IIRC the byte compiler emitted multibyte bytecode strings (at least
sometimes) in the distant past, so that's probably where it came from.
It should all be unibyte nowadays, so we can drop this now, indeed.


        Stefan




reply via email to

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