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

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

bug#58284: 29.0.50; advice error for advised function with no docstring


From: Lars Ingebrigtsen
Subject: bug#58284: 29.0.50; advice error for advised function with no docstring
Date: Tue, 04 Oct 2022 12:50:01 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Katsumi Yamaoka <yamaoka@jpl.org> writes:

> I found `C-h f' to not work for some advised functions.
> It seems to happen when an original function has no docstring.
> Here is a recipe:
>
> (progn
>   (defun foo () t)
>   (defadvice foo (around testing activate) "" ad-do-it)
>   (documentation 'foo))

I've now fixed this in Emacs 29.





reply via email to

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