]> git.eshelyaron.com Git - emacs.git/commitdiff
Reading from mini-buffer reads from stdin if noninteractive.
authorGerd Moellmann <gerd@gnu.org>
Wed, 3 Nov 1999 12:44:49 +0000 (12:44 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 3 Nov 1999 12:44:49 +0000 (12:44 +0000)
etc/NEWS

index 4420bdc7c9b65b5e14cd4563c3e7e0a54f3fd325..a8fb4ac9e436c299d783338e293d441eccd60c90 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -13,6 +13,14 @@ the --without-pop configure option, should that be necessary.
 \f
 * Changes in Emacs 21.1
 
+** Reading from the mini-buffer now reads from standard input if Emacs
+is running in batch mode.  For example,
+
+  (message "%s" (read t))
+
+will read a Lisp expression from standard input and print the result
+to standard output.
+
 ** Faces and frame parameters.
 
 There are four new faces `scroll-bar', `border', `cursor' and `mouse'.