aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2007-10-10 20:02:07 +0000
committerStefan Monnier2007-10-10 20:02:07 +0000
commit01ff458e81a80e037caa33ebdc4330d6923b43f3 (patch)
treeadd59c131a0473679fe516a2dc641b986e41dd9a
parentc7a4b95b75c99cca2de4cd4207267170cd07846a (diff)
downloademacs-01ff458e81a80e037caa33ebdc4330d6923b43f3.tar.gz
emacs-01ff458e81a80e037caa33ebdc4330d6923b43f3.zip
*** empty log message ***
-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