emacs-devel
[Top][All Lists]
Advanced

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

[PATCH] Add `advice-remove-all`


From: Tianxiang Xiong
Subject: [PATCH] Add `advice-remove-all`
Date: Wed, 26 Apr 2017 20:23:31 -0700

I recently had the need to remove all advice from a function I was playing around with, and was surprised to find that `advice-remove-all` did not exist.

Others have had need of it as well, so it seems like a good candidate for inclusion in `nadvice.el`.

The attached patch adds `advice-remove-all` to `nadvice.el`, using the implementation suggested by xuchungyang.

Attachment: 0001-Add-advice-remove-all.patch
Description: Text Data


reply via email to

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