aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Pluim2019-11-19 15:28:36 +0100
committerRobert Pluim2019-11-19 15:29:07 +0100
commitbb1e7433cb6c9d96ff048a82be1ea6bdc06dba96 (patch)
treea7bb721b5d7c2b15e71634f411df32d9f2575f21
parentb6db2ed1ea5d29dbd31871972d702739e88d3818 (diff)
downloademacs-bb1e7433cb6c9d96ff048a82be1ea6bdc06dba96.tar.gz
emacs-bb1e7433cb6c9d96ff048a82be1ea6bdc06dba96.zip
; Fix NEWS entry for network-lookup-address-info
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 485d2b1fdf4..4887b8e6819 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -231,6 +231,7 @@ To get the old, less-secure behavior, you can set the
231*** When run by root, emacsclient no longer connects to non-root sockets. 231*** When run by root, emacsclient no longer connects to non-root sockets.
232(Instead you can use Tramp methods to run root commands in a non-root Emacs.) 232(Instead you can use Tramp methods to run root commands in a non-root Emacs.)
233 233
234+++
234** New function 'network-lookup-address-info'. 235** New function 'network-lookup-address-info'.
235This does IPv4 and/or IPv6 address lookups on hostnames. 236This does IPv4 and/or IPv6 address lookups on hostnames.
236 237