diff etc/NEWS @ 26322:9d7f261d1841

Reading from mini-buffer reads from stdin if noninteractive.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 03 Nov 1999 12:44:49 +0000
parents 13a14fa14cf2
children d2970b5d3b72
line wrap: on
line diff
--- a/etc/NEWS	Wed Nov 03 12:41:38 1999 +0000
+++ b/etc/NEWS	Wed Nov 03 12:44:49 1999 +0000
@@ -13,6 +13,14 @@
 
 * 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'.