|
From: | Richard M. Stallman |
Subject: | Re: Environment variable control in emacs lisp code... |
Date: | Sun, 19 Feb 2006 17:47:03 -0500 |
The usual way to do this is (let ((process-environment (copy-alist process-environment))) (setenv ...) (setenv ...) (do-a-bunch-of-stuff ...))
[Prev in Thread] | Current Thread | [Next in Thread] |