bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: setenv


From: Richard Stallman
Subject: Re: setenv
Date: Wed, 3 Oct 2001 01:09:54 -0600 (MDT)

    The intuitive behavior is for process-environment to work like an
    alist; this is confirmed by checking with `getenv'.  However, when the
    behind-the-scenes syncing happens, does it do

      (mapc #'fix-in-C-env process-environment)

    or

      (mapc #'fix-in-C-env (remove-duplicates process-environment ...))

It is actually the latter.  I will update the Lisp manual
to describe this.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]