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: Katsumi Yamaoka
Subject: bug#58284: 29.0.50; advice error for advised function with no docstring
Date: Tue, 04 Oct 2022 14:35:43 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-cygwin)

Hi,

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))

Thanks.

In GNU Emacs 29.0.50 (build 1, x86_64-pc-cygwin, GTK+ Version
 3.22.28, cairo version 1.17.4) of 2022-10-04 built on localhost
Windowing system distributor 'The Cygwin/X Project', version 11.0.12101004
Configured using:
 'configure 'CFLAGS=-O0 -g3' --verbose --with-x-toolkit=gtk3
 --with-imagemagick'





reply via email to

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