Mercurial > emacs
diff lisp/ChangeLog @ 84753:eceecc897cab
(normal-top-level): Remove DISPLAY from process-environment to let it be
computed dynamically in callproc.c
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 21 Sep 2007 07:24:01 +0000 |
parents | b81c5052c6af |
children | 0ad86b4682fb |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Sep 21 07:23:04 2007 +0000 +++ b/lisp/ChangeLog Fri Sep 21 07:24:01 2007 +0000 @@ -1,5 +1,8 @@ 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca> + * startup.el (normal-top-level): Remove DISPLAY from + process-environment to let it be computed dynamically in callproc.c + * frame.el (frame-initialize, make-frame): * faces.el (tty-set-up-initial-frame-faces): * env.el (setenv): Don't set display-environment-variable.