to `getenv-internal', not the frame. (Bug#2259)
+2009-02-10 Eric Hanchrow <eric.hanchrow@gmail.com>
+
+ * env.el (getenv): When FRAME is non-nil, pass the frame environment
+ to `getenv-internal', not the frame. (Bug#2259)
+
2009-02-10 Kenichi Handa <handa@m17n.org>
* descr-text.el (describe-char-display): On terminal, if terminal
(encode-coding-string
variable locale-coding-system)
variable)
- frame)))
+ (and frame
+ (assq 'environment
+ (frame-parameters frame))))))
(if (and enable-multibyte-characters value)
(setq value (decode-coding-string value locale-coding-system)))
(when (interactive-p)