bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#57819: 29.0.50; Emacs thinks native-compiled function in ielm is in


From: Lars Ingebrigtsen
Subject: bug#57819: 29.0.50; Emacs thinks native-compiled function in ielm is in `C source code'
Date: Fri, 16 Sep 2022 13:38:26 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Andrew John De Angelis <ajd2195@columbia.edu> writes:

> - 'emacs -Q'
> - 'M-x ielm'
> - define a function (I tried a couple different variations),
> like:
> ' (defun my-func ()
>  "simple function to test something"
>  (message "hello"))'
> - 'C-h f my-func' shows "my-func is a Lisp closure." correctly
> - in *ielm*, run:
> '(native compile #'my-func)'
> - now, 'C-h f my-func' shows "my-func is a native-compiled Lisp function in 
> ‘C source
> code’."

I've now fixed this in Emacs 29.





reply via email to

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