From: Gerd Moellmann Date: Mon, 15 May 2000 14:47:46 +0000 (+0000) Subject: (Fgetenv_internal): Renamed from Fgetenv. X-Git-Tag: emacs-pretest-21.0.90~3960 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=83fa009cd35427bffe900e8ad2a1f471dbd88361;p=emacs.git (Fgetenv_internal): Renamed from Fgetenv. --- 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) 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); }