aboutsummaryrefslogtreecommitdiffstats
path: root/README.multi-tty
diff options
context:
space:
mode:
authorKaroly Lorentey <[email protected]>2006-05-26 17:37:25 +0000
committerKaroly Lorentey <[email protected]>2006-05-26 17:37:25 +0000
commita13f8f50d4cc544d3bbfa78568e82ce09e68bded (patch)
tree9b8e8ddb508e47766875a99c7f1a97655fa11f22 /README.multi-tty
parent16b555334ab54bd28c46edfed569e203632db228 (diff)
Rework environment variable support. (Reported by Kalle Olavi Niemitalo and Noah Friedman.)
* src/callproc.c (Vglobal_environment, Vlocal_environment_variables): Remove. (getenv_internal, child_setup): Don't look at global-environment or local-environment-variables. (Fgetenv_internal): Update docs. (set_initial_environment): Rename from set_global_environment. Store Emacs environment in initial frame parameter. (syms_of_callproc): Remove obsolete defvars. Update docs. * lisp/env.el (read-envvar-name): Remove reference to global-environment. (setenv-internal): New function. (setenv): Use it. Always set process-environment. Update docs. (getenv): Update docs. (environment): Rewrite for the new environment design. Update docs. * lisp/frame.el (frame-initialize): Copy the environment from the initial frame. * src/emacs.c (main): Call set_initial_environment, not set_global_environment. git-archimport-id: [email protected]/emacs--multi-tty--0--patch-569
Diffstat (limited to 'README.multi-tty')
-rw-r--r--README.multi-tty1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.multi-tty b/README.multi-tty
index 9cce8f8dfa..12bc2c2558 100644
--- a/README.multi-tty
+++ b/README.multi-tty
@@ -40,6 +40,7 @@ Damien Cassou <[email protected]>
Robert J. Chassell <[email protected]>
Romain Francoise <[email protected]>
Ami Fischman <[email protected]>
+Noah Friedman <[email protected]>
Friedrich Delgado Friedrichs <[email protected]>
IRIE Tetsuya <[email protected]>
Yoshiaki Kasahara <[email protected]>