diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-12-29 12:39:58 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-12-29 12:42:07 -0800 |
commit | 973110680c094b7a3bbcebbfbafb9abfc7adc8fd (patch) | |
tree | d4a329e7633a0e2e685c9cf2b7476a771de6006c /etc | |
parent | f9acac751d4cd22480e62cc63936b1208ca9fe48 (diff) | |
download | emacs-973110680c094b7a3bbcebbfbafb9abfc7adc8fd.tar.gz |
Fix previous patch to match its commit message
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -542,7 +542,9 @@ optional repeat-count argument. ** Function `sort' can deal with vectors. ** 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 +name. The variable `system-name' is now obsolete. --- ** New utilities in subr-x.el: |