aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9dab01e03d9..0a1c5263d95 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -297,10 +297,13 @@ are called after a tty frame has been suspended or resumed,
297respectively. The functions are called with the terminal id of the frame 297respectively. The functions are called with the terminal id of the frame
298being suspended/resumed as a parameter. 298being 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'.
303This in addition to the global function-key-map variable that already existed. 303This in addition to the global function-key-map variable that
304already existed. The global variable is not used directly any more;
305instead, the local-function-key-map is initialized so as to inherit from
306function-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