Mercurial > emacs
comparison src/callproc.c @ 83426:7c7d1f1cb2e7
Initialize Vprocess_environment to nil.
* src/callproc.c (syms_of_callproc): Initialize Vprocess_environment to nil.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-466
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Thu, 29 Dec 2005 02:10:23 +0000 |
parents | c82829d08b89 |
children | 2afc49c9f0c0 |
comparison
equal
deleted
inserted
replaced
83425:c82829d08b89 | 83426:7c7d1f1cb2e7 |
---|---|
1875 Non-ASCII characters are encoded according to the initial value of | 1875 Non-ASCII characters are encoded according to the initial value of |
1876 `locale-coding-system', i.e. the elements must normally be decoded for | 1876 `locale-coding-system', i.e. the elements must normally be decoded for |
1877 use. | 1877 use. |
1878 | 1878 |
1879 See `setenv' and `getenv'. */); | 1879 See `setenv' and `getenv'. */); |
1880 Vprocess_environment = Qnil; | |
1880 | 1881 |
1881 #ifndef VMS | 1882 #ifndef VMS |
1882 defsubr (&Scall_process); | 1883 defsubr (&Scall_process); |
1883 defsubr (&Sgetenv_internal); | 1884 defsubr (&Sgetenv_internal); |
1884 #endif | 1885 #endif |