[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master fcade74066d 1/2: src/comp.c: Use `pending_funcalls` to fix bu
From: |
Stefan Monnier |
Subject: |
Re: master fcade74066d 1/2: src/comp.c: Use `pending_funcalls` to fix bug#64494 |
Date: |
Thu, 13 Jul 2023 22:31:03 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
>> + DEFSYM (Qnative__compile_async, "native--compile-async");
> Minor nit: shouldn't this be named `comp--compile-async' or
> `native-comp--compile-async'?
[ Side note: I did not choose this name, I only replaced `intern
("native--compile-async")` with this DEFSYM. ]
It does seem inconsistent, indeed.
`comp--compile-async' would be my choice.
Stefan