diff options
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
| @@ -297,10 +297,13 @@ are called after a tty frame has been suspended or resumed, | |||
| 297 | respectively. The functions are called with the terminal id of the frame | 297 | respectively. The functions are called with the terminal id of the frame |
| 298 | being suspended/resumed as a parameter. | 298 | being suspended/resumed as a parameter. |
| 299 | 299 | ||
| 300 | *** New functions: `environment', `let-environment'. | 300 | *** New function: `environment'. |
| 301 | 301 | ||
| 302 | *** New variable: `local-function-key-map'. | 302 | *** New variable: `local-function-key-map'. |
| 303 | This in addition to the global function-key-map variable that already existed. | 303 | This in addition to the global function-key-map variable that |
| 304 | already existed. The global variable is not used directly any more; | ||
| 305 | instead, the local-function-key-map is initialized so as to inherit from | ||
| 306 | function-key-map. | ||
| 304 | 307 | ||
| 305 | *** `initial-environment' holds the environment inherited from Emacs's parent. | 308 | *** `initial-environment' holds the environment inherited from Emacs's parent. |
| 306 | 309 | ||