|
From: | Michael Heerdegen |
Subject: | Re: Invalid function error when loading elisp through native compilation |
Date: | Mon, 04 Mar 2024 02:56:54 +0100 |
User-agent: | Gnus/5.13 (Gnus v5.13) |
Stefan Monnier via Users list for the GNU Emacs text editor <help-gnu-emacs@gnu.org> writes: > [...] so it's not really wrong. AFAIU, this is the culprit: (byte-optimize-apply '(apply '(+ 1 2))) ==> (funcall '(+ 1 2) '+ '1 '2) I opened Bug#69533 for this. Thanks @picnoir for reporting this. Michael.
[Prev in Thread] | Current Thread | [Next in Thread] |