diff options
| author | Paul Eggert | 2011-10-26 00:31:15 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-10-26 00:31:15 -0700 |
| commit | c03500e05a53e1717a7cd659bbe085014507eadd (patch) | |
| tree | 6bc3699c4adebb9d173578086756c1582f96e373 /etc | |
| parent | 225a2cff910d3fbc2cca2cdef6d3eecfce9e74e5 (diff) | |
| parent | 71d4c2a518e58b37f42c0d57e5c0507af5792133 (diff) | |
| download | emacs-c03500e05a53e1717a7cd659bbe085014507eadd.tar.gz emacs-c03500e05a53e1717a7cd659bbe085014507eadd.zip | |
Merge from trunk.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 7 insertions, 1 deletions
| @@ -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. |
| 1170 | Instead, the offending function is removed. | 1170 | Instead, 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 | ||
| 1175 | passing the hook functions as arguments to a "wrapping" function. | ||
| 1176 | +++ | ||
| 1177 | *** New macro `with-wrapper-hook' for running an abnormal hook as a | ||
| 1178 | set 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 |
| 1175 | Emacs server instances. | 1181 | Emacs server instances. |