diff options
| author | Stefan Monnier | 2007-09-21 07:24:01 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-09-21 07:24:01 +0000 |
| commit | 4bbfda32bb24d8532fb78c77ac52b290ccebab19 (patch) | |
| tree | e44c75bcfd10dff65a7f6c6aaa0659ee1d0b29d3 /lisp/ChangeLog | |
| parent | 5dcbade216d423b447bf3539d835225921b98c57 (diff) | |
| download | emacs-4bbfda32bb24d8532fb78c77ac52b290ccebab19.tar.gz emacs-4bbfda32bb24d8532fb78c77ac52b290ccebab19.zip | |
(normal-top-level): Remove DISPLAY from process-environment to let it be
computed dynamically in callproc.c
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c95f4b36d29..1872f8303ae 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * startup.el (normal-top-level): Remove DISPLAY from | ||
| 4 | process-environment to let it be computed dynamically in callproc.c | ||
| 5 | |||
| 3 | * frame.el (frame-initialize, make-frame): | 6 | * frame.el (frame-initialize, make-frame): |
| 4 | * faces.el (tty-set-up-initial-frame-faces): | 7 | * faces.el (tty-set-up-initial-frame-faces): |
| 5 | * env.el (setenv): Don't set display-environment-variable. | 8 | * env.el (setenv): Don't set display-environment-variable. |