aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 85ec30ac033..10fcb7e3fd4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1762,6 +1762,12 @@ this has no effect.
1762** The new function 'w32-application-type' returns the type of an 1762** The new function 'w32-application-type' returns the type of an
1763MS-Windows application given the name of its executable program file. 1763MS-Windows application given the name of its executable program file.
1764 1764
1765** New variable `w32-pipe-buffer-size'.
1766It can be used to tune the size of the buffer of pipes created for
1767communicating with subprocesses, when the program run by a subprocess
1768exhibits unusual buffering behavior. Default is zero, which lets the
1769OS use its default size.
1770
1765 1771
1766---------------------------------------------------------------------- 1772----------------------------------------------------------------------
1767This file is part of GNU Emacs. 1773This file is part of GNU Emacs.