From 83fa009cd35427bffe900e8ad2a1f471dbd88361 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 15 May 2000 14:47:46 +0000 Subject: [PATCH] (Fgetenv_internal): Renamed from Fgetenv. --- src/callproc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/callproc.c b/src/callproc.c index 85a5eaf72d..20a260daa0 100644 --- a/src/callproc.c +++ b/src/callproc.c @@ -1272,7 +1272,7 @@ getenv_internal (var, varlen, value, valuelen) 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 @@ when Emacs starts."); #ifndef VMS defsubr (&Scall_process); - defsubr (&Sgetenv); + defsubr (&Sgetenv_internal); #endif defsubr (&Scall_process_region); } -- 2.20.1