[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Docstring hack
From: |
Lars Ingebrigtsen |
Subject: |
Re: Docstring hack |
Date: |
Mon, 01 Aug 2022 12:38:53 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
Stefan Monnier <monnier@iro.umontreal.ca> writes:
>> There's a handful of warnings due to things being referred to before
>> being defined, but that's pretty easy to fix. The only practical
>> problem is really that #$ is byte-compiled into nil, which we have to
>> find a solution for.
>
> `#$` doesn't seem to be used in `lisp/loaddefs.el`, so that shouldn't be
> a problem.
Yes, I was thinking of the package loaddefs, which all use #$. But of
course, we don't need to byte-compile those even if we're byte-compiling
the in-tree loaddefs files, so it's not really relevant.
- Re: Docstring hack,
Lars Ingebrigtsen <=