aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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