diff options
| author | Joakim Verona | 2011-10-26 13:50:37 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-10-26 13:50:37 +0200 |
| commit | fa25a460d09ba56885d47ddd46d168eba6afdc6e (patch) | |
| tree | c4e260dfdc215bb8a88a9b8d1b08540392ce681c /etc | |
| parent | c591741609839575d7e0353a180b8eeb3e422fe1 (diff) | |
| parent | 3d0788a9a28c10b49217107b71d4ece9eee0f28d (diff) | |
| download | emacs-fa25a460d09ba56885d47ddd46d168eba6afdc6e.tar.gz emacs-fa25a460d09ba56885d47ddd46d168eba6afdc6e.zip | |
upstream
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. |