aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d6b0bdb484c..58f3fa492e2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1169,7 +1169,13 @@ must also be supplied.
1169** pre/post-command-hook are not reset to nil upon error. 1169** pre/post-command-hook are not reset to nil upon error.
1170Instead, the offending function is removed. 1170Instead, the offending function is removed.
1171 1171
1172** New low-level function run-hook-wrapped. 1172** New hook types
1173
1174*** New function `run-hook-wrapped' for running an abnormal hook by
1175passing the hook functions as arguments to a "wrapping" function.
1176+++
1177*** New macro `with-wrapper-hook' for running an abnormal hook as a
1178set of "wrapping" filters, similar to around advice.
1173 1179
1174** `server-eval-at' is provided to allow evaluating forms on different 1180** `server-eval-at' is provided to allow evaluating forms on different
1175Emacs server instances. 1181Emacs server instances.