# HG changeset patch # User Gerd Moellmann # Date 958402066 0 # Node ID 45b919961573f8e1367b53fab7e9137aec1376c2 # Parent 363038c049d6f3b4e90719108ddce78c65bc5244 (Fgetenv_internal): Renamed from Fgetenv. diff -r 363038c049d6 -r 45b919961573 src/callproc.c --- a/src/callproc.c Mon May 15 14:47:33 2000 +0000 +++ b/src/callproc.c Mon May 15 14:47:46 2000 +0000 @@ -1272,7 +1272,7 @@ return 0; } -DEFUN ("getenv", Fgetenv, Sgetenv, 1, 1, 0, +DEFUN ("getenv-internal", Fgetenv_internal, Sgetenv_internal, 1, 1, 0, "Return the value of environment variable VAR, as a string.\n\ VAR should be a string. Value is nil if VAR is undefined in the environment.\n\ This function consults the variable ``process-environment'' for its value.") @@ -1486,7 +1486,7 @@ #ifndef VMS defsubr (&Scall_process); - defsubr (&Sgetenv); + defsubr (&Sgetenv_internal); #endif defsubr (&Scall_process_region); }