]> git.eshelyaron.com Git - emacs.git/commit
Add new function `flush-standard-output'.
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 17 Apr 2022 12:04:34 +0000 (14:04 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 17 Apr 2022 12:06:25 +0000 (14:06 +0200)
commit2136db067f4292d84553ebfddab30d88b862262e
tree93e1ae6dd32f1e35729858ee4ad4cab8e54c836f
parent2a848209df79b717b4a309ec6e1b21d021519b16
Add new function `flush-standard-output'.

* doc/lispref/streams.texi (Output Functions): Document it.
* src/print.c (Fflush_standard_output): New function (bug#15180).
doc/lispref/streams.texi
etc/NEWS
src/print.c