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

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

bug#19327: 24.4.51; Wrong advice class reported


From: Stefan Monnier
Subject: bug#19327: 24.4.51; Wrong advice class reported
Date: Tue, 09 Dec 2014 19:30:00 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

tags 19327 notabug
thanks

> (defadvice save-buffers-kill-emacs
>     (before allow-elnode-to-die-when-quitting activate)
[...]
> Then C-h f save-buffers-kill-emacs RET.  The results I get have the
> following line:

>     :around advice: `ad-Advice-save-buffers-kill-emacs'

It doesn't talk about your `allow-elnode-to-die-when-quitting' advice.
Instead it talks about a general advice used to implement the interface
between old-style advice and new-style advice.  If you click on that
link it should give you the information about your particular advice.


        Stefan





reply via email to

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