; * etc/NEWS: Tiny edit. (Bug#23432)

This commit is contained in:
Glenn Morris 2016-05-04 13:23:21 -04:00
parent adc80b7e23
commit e68ad1f3f0

View file

@ -1715,9 +1715,11 @@ permissions set to temporary values (e.g., for creating private files).
--- ---
** Function 'system-name' now returns an updated value if the current ** Function 'system-name' now returns an updated value if the current
system's name has changed or if the Emacs process has changed systems, system's name has changed or if the Emacs process has changed systems.
and to avoid long waits it no longer consults DNS to canonicalize the To avoid long waits it no longer consults DNS to canonicalize the name
name. The variable 'system-name' is now obsolete. (in some cases this may affect generated message-id headers - customize
'message-user-fqdn' if this bothers you). The variable 'system-name'
is now obsolete.
+++ +++
** Function 'write-region' no longer outputs "Wrote FILE" in batch mode. ** Function 'write-region' no longer outputs "Wrote FILE" in batch mode.