aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann1999-11-03 12:44:49 +0000
committerGerd Moellmann1999-11-03 12:44:49 +0000
commitdf5a19027a8d04cf332435b2380210fa01e0d438 (patch)
tree87f8356981fd83a1ab19c495fe0bb985d4142e0e
parentedfef199576ef058b75a2c7740bea125bb5308b0 (diff)
downloademacs-df5a19027a8d04cf332435b2380210fa01e0d438.tar.gz
emacs-df5a19027a8d04cf332435b2380210fa01e0d438.zip
Reading from mini-buffer reads from stdin if noninteractive.
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4420bdc7c9b..a8fb4ac9e43 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -13,6 +13,14 @@ the --without-pop configure option, should that be necessary.
13 13
14* Changes in Emacs 21.1 14* Changes in Emacs 21.1
15 15
16** Reading from the mini-buffer now reads from standard input if Emacs
17is running in batch mode. For example,
18
19 (message "%s" (read t))
20
21will read a Lisp expression from standard input and print the result
22to standard output.
23
16** Faces and frame parameters. 24** Faces and frame parameters.
17 25
18There are four new faces `scroll-bar', `border', `cursor' and `mouse'. 26There are four new faces `scroll-bar', `border', `cursor' and `mouse'.