diff options
| author | Stefan Monnier | 2007-09-21 07:21:02 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-09-21 07:21:02 +0000 |
| commit | 6168122d6821417d0cababda6f28e05f78354fe5 (patch) | |
| tree | 7222d0ad471ef6cb3c7095502efe2fd2cee733fd /etc | |
| parent | 8accceac6a8467d3214e956c38481af126f8b6c1 (diff) | |
| download | emacs-6168122d6821417d0cababda6f28e05f78354fe5.tar.gz emacs-6168122d6821417d0cababda6f28e05f78354fe5.zip | |
(Qdisplay_environment_variable): Delete.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -242,6 +242,8 @@ supported on other platforms, but not on Windows due to using the winsock | |||
| 242 | *** $TERM is now set to `dumb' for subprocesses. If you want to know the | 242 | *** $TERM is now set to `dumb' for subprocesses. If you want to know the |
| 243 | $TERM inherited by Emacs you will have to look inside initial-environment. | 243 | $TERM inherited by Emacs you will have to look inside initial-environment. |
| 244 | 244 | ||
| 245 | *** $DISPLAY is now dynamically inherited from the frame's `display'. | ||
| 246 | |||
| 245 | *** The `window-system' variable has been made frame-local. The new | 247 | *** The `window-system' variable has been made frame-local. The new |
| 246 | `initial-window-system' variable contains the `window-system' value | 248 | `initial-window-system' variable contains the `window-system' value |
| 247 | for the first frame. | 249 | for the first frame. |
| @@ -275,8 +277,6 @@ function-key-map variables that already existed. | |||
| 275 | 277 | ||
| 276 | *** `initial-environment' holds the environment inherited from Emacs's parent. | 278 | *** `initial-environment' holds the environment inherited from Emacs's parent. |
| 277 | 279 | ||
| 278 | *** New frame parameter `display-environment-variable'. | ||
| 279 | |||
| 280 | *** The `keyboard-translate-table' variable and the terminal and | 280 | *** The `keyboard-translate-table' variable and the terminal and |
| 281 | keyboard coding systems have been made terminal-local. | 281 | keyboard coding systems have been made terminal-local. |
| 282 | 282 | ||