diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -2305,8 +2305,10 @@ buffer's local map and the map specified by the `local-map' property. | |||
| 2305 | This is probably what most current uses of `local-map' want, rather | 2305 | This is probably what most current uses of `local-map' want, rather |
| 2306 | than replacing the local map. | 2306 | than replacing the local map. |
| 2307 | 2307 | ||
| 2308 | ** The obsolete variables before-change-function and | 2308 | ** The obsolete variables `before-change-function' and |
| 2309 | after-change-function are no longer acted upon and have been removed. | 2309 | `after-change-function' are no longer acted upon and have been |
| 2310 | removed. Use `before-change-functions' and `after-change-functions' | ||
| 2311 | instead. | ||
| 2310 | 2312 | ||
| 2311 | ** The function `apropos-mode' runs the hook `apropos-mode-hook'. | 2313 | ** The function `apropos-mode' runs the hook `apropos-mode-hook'. |
| 2312 | 2314 | ||