diff options
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -1213,10 +1213,13 @@ symbol-function was changed not to signal `void-function' any more. | |||
| 1213 | +++ | 1213 | +++ |
| 1214 | *** As a consequence, the second arg of `indirect-function' is now obsolete. | 1214 | *** As a consequence, the second arg of `indirect-function' is now obsolete. |
| 1215 | 1215 | ||
| 1216 | +++ | ||
| 1216 | ** Comint, term, and compile do not set the EMACS env var any more. | 1217 | ** Comint, term, and compile do not set the EMACS env var any more. |
| 1217 | Use the INSIDE_EMACS environment variable instead. | 1218 | Use the INSIDE_EMACS environment variable instead. |
| 1218 | 1219 | ||
| 1220 | +++ | ||
| 1219 | ** `save-excursion' does not save&restore the mark any more. | 1221 | ** `save-excursion' does not save&restore the mark any more. |
| 1222 | Use `save-mark-and-excursion' if you want the old behavior. | ||
| 1220 | 1223 | ||
| 1221 | ** read-buffer-function can now be called with a 4th argument (`predicate'). | 1224 | ** read-buffer-function can now be called with a 4th argument (`predicate'). |
| 1222 | 1225 | ||