emacs-devel
[Top][All Lists]
Advanced

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

Janitorial issues: Man-getpage-in-background


From: Kai Großjohann
Subject: Janitorial issues: Man-getpage-in-background
Date: Wed, 05 Mar 2003 11:54:22 +0100
User-agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3.50 (gnu/linux)

The function Man-getpage-in-background uses two different ways to set
environment variables:

(a) (let ((process-environment (copy-sequence process-environment)))
      (setenv "FOO" "bar")
      ...)

(b) (let ((process-environment (cons "FOO=bar" process-environment)))
      ...)

It looks really strange to see them both in the same function...

Okay to unify?  (I'd choose (a) unless there are objections.)
-- 
A preposition is not a good thing to end a sentence with.





reply via email to

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