Update `server-name' :version & document sockname (Bug#24218)

* lisp/server.el: (server-name): Update :version tag.
* etc/NEWS: Document that `server-name' and `server-socket-dir'
  automatically update.
* doc/misc.texi: (Emacs Server): Likewise.
This commit is contained in:
Matthew Leach 2018-02-12 12:52:43 -08:00 committed by Paul Eggert
parent d43a724f4e
commit b9a3cd6899

View file

@ -248,6 +248,9 @@ forward-comment, scan-sexps, and forward-sexp when parsing backward.
The new variable 'comment-use-syntax-ppss' can be set to nil to recover the old
behavior if needed.
** The `server-name' and `server-socket-dir' variables are set when a
socket has been pased to Emacs (Bug#24218).
---
** The 'file-system-info' function is now available on all platforms.
instead of just Microsoft platforms. This fixes a 'get-free-disk-space'