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

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

bug#23523: bug#21299: describe-function on advised autoloads


From: Lars Ingebrigtsen
Subject: bug#23523: bug#21299: describe-function on advised autoloads
Date: Fri, 03 Sep 2021 13:49:34 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Kaushal Modi <kaushal.modi@gmail.com> writes:

> Here's a short elisp snippet to try in an emacs -Q session:
>
> =====
> (defun foo (orig-fun &rest args)
>   (apply orig-fun args))
> (advice-add 'report-emacs-bug :around #'foo)
> (advice-add 'pop-to-mark-command :around #'foo)
> =====
>
> After evaluating the above, if I do C-h f report-emacs-bug, I get:
>
> =====
> report-emacs-bug is an alias for ‘report-emacs-bug’ in ‘emacsbug.el’.
>
> It is bound to <menu-bar> <help-menu> <send-emacs-bug-report>.
>
> (report-emacs-bug TOPIC &optional UNUSED)
>
> Report a bug in GNU Emacs.
> Prompts for bug subject.  Leaves you in a mail buffer.

This is now fixed in Emacs 28.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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