aboutsummaryrefslogtreecommitdiffstats
path: root/src/callproc.c
diff options
context:
space:
mode:
authorGerd Moellmann2000-05-15 14:47:46 +0000
committerGerd Moellmann2000-05-15 14:47:46 +0000
commit83fa009cd35427bffe900e8ad2a1f471dbd88361 (patch)
tree6523db75b5aa73504685c10a41b8ab9df5ecd716 /src/callproc.c
parent55a9f6489425c91bf03cfc36f79456a7db2b0d2f (diff)
downloademacs-83fa009cd35427bffe900e8ad2a1f471dbd88361.tar.gz
emacs-83fa009cd35427bffe900e8ad2a1f471dbd88361.zip
(Fgetenv_internal): Renamed from Fgetenv.
Diffstat (limited to 'src/callproc.c')
-rw-r--r--src/callproc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/callproc.c b/src/callproc.c
index 85a5eaf72d9..20a260daa09 100644
--- a/src/callproc.c
+++ b/src/callproc.c
@@ -1272,7 +1272,7 @@ getenv_internal (var, varlen, value, valuelen)
1272 return 0; 1272 return 0;
1273} 1273}
1274 1274
1275DEFUN ("getenv", Fgetenv, Sgetenv, 1, 1, 0, 1275DEFUN ("getenv-internal", Fgetenv_internal, Sgetenv_internal, 1, 1, 0,
1276 "Return the value of environment variable VAR, as a string.\n\ 1276 "Return the value of environment variable VAR, as a string.\n\
1277VAR should be a string. Value is nil if VAR is undefined in the environment.\n\ 1277VAR should be a string. Value is nil if VAR is undefined in the environment.\n\
1278This function consults the variable ``process-environment'' for its value.") 1278This function consults the variable ``process-environment'' for its value.")
@@ -1486,7 +1486,7 @@ when Emacs starts.");
1486 1486
1487#ifndef VMS 1487#ifndef VMS
1488 defsubr (&Scall_process); 1488 defsubr (&Scall_process);
1489 defsubr (&Sgetenv); 1489 defsubr (&Sgetenv_internal);
1490#endif 1490#endif
1491 defsubr (&Scall_process_region); 1491 defsubr (&Scall_process_region);
1492} 1492}