changeset 85144:7cbf2833ffb8

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 10 Oct 2007 20:02:07 +0000
parents bccebab2430e
children 0833864bd9a1
files etc/NEWS
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Wed Oct 10 20:01:26 2007 +0000
+++ b/etc/NEWS	Wed Oct 10 20:02:07 2007 +0000
@@ -297,10 +297,13 @@
 respectively.  The functions are called with the terminal id of the frame
 being suspended/resumed as a parameter.
 
-*** New functions: `environment', `let-environment'.
+*** New function: `environment'.
 
 *** New variable: `local-function-key-map'.
-This in addition to the global function-key-map variable that already existed.
+This in addition to the global function-key-map variable that
+already existed.  The global variable is not used directly any more;
+instead, the local-function-key-map is initialized so as to inherit from
+function-key-map.
 
 *** `initial-environment' holds the environment inherited from Emacs's parent.