Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
df5a1902
Commit
df5a1902
authored
Nov 03, 1999
by
Gerd Moellmann
Browse files
Reading from mini-buffer reads from stdin if noninteractive.
parent
edfef199
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
etc/NEWS
etc/NEWS
+8
-0
No files found.
etc/NEWS
View file @
df5a1902
...
...
@@ -13,6 +13,14 @@ the --without-pop configure option, should that be necessary.
*
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'.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment