Mercurial > emacs
changeset 28914:45b919961573
(Fgetenv_internal): Renamed from Fgetenv.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 15 May 2000 14:47:46 +0000 |
parents | 363038c049d6 |
children | 0371c5f8f98b |
files | src/callproc.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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); }