diff options
| author | Robert Pluim | 2019-11-19 15:28:36 +0100 |
|---|---|---|
| committer | Robert Pluim | 2019-11-19 15:29:07 +0100 |
| commit | bb1e7433cb6c9d96ff048a82be1ea6bdc06dba96 (patch) | |
| tree | a7bb721b5d7c2b15e71634f411df32d9f2575f21 | |
| parent | b6db2ed1ea5d29dbd31871972d702739e88d3818 (diff) | |
| download | emacs-bb1e7433cb6c9d96ff048a82be1ea6bdc06dba96.tar.gz emacs-bb1e7433cb6c9d96ff048a82be1ea6bdc06dba96.zip | |
; Fix NEWS entry for network-lookup-address-info
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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'. |
| 235 | This does IPv4 and/or IPv6 address lookups on hostnames. | 236 | This does IPv4 and/or IPv6 address lookups on hostnames. |
| 236 | 237 | ||