aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-03-18 13:55:31 +0000
committerEli Zaretskii2006-03-18 13:55:31 +0000
commit288f0d6402ae9ff551ad3a4bde750f34d77aa968 (patch)
tree728642861fecf9f33ee45a91fc419c828cedc0bb
parent7e37c7c0019545a181ddf54919651fe644e01f25 (diff)
downloademacs-288f0d6402ae9ff551ad3a4bde750f34d77aa968.tar.gz
emacs-288f0d6402ae9ff551ad3a4bde750f34d77aa968.zip
Mention new behavior with unreachable $DISPLAY.
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d273654500c..2ed447059b3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -159,6 +159,10 @@ in the other directories in `load-path'. (-L is short for --directory.)
159** The command line option --no-windows has been changed to 159** The command line option --no-windows has been changed to
160--no-window-system. The old one still works, but is deprecated. 160--no-window-system. The old one still works, but is deprecated.
161 161
162---
163** If the environment variable DISPLAY specifies an unreachable X display,
164Emacs will now startup as if invoked with the --no-window-system option.
165
162+++ 166+++
163** The -f option, used from the command line to call a function, 167** The -f option, used from the command line to call a function,
164now reads arguments for the function interactively if it is 168now reads arguments for the function interactively if it is