aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Leach2018-02-12 12:52:43 -0800
committerPaul Eggert2018-02-12 12:57:58 -0800
commitb9a3cd6899136e13088003c3430e227be3faf9bb (patch)
tree1ee40c6f78117a9d771d48951b2397f28cad6a99
parentd43a724f4ee247ad7a95d9e6ef174c7d16195fbe (diff)
downloademacs-b9a3cd6899136e13088003c3430e227be3faf9bb.tar.gz
emacs-b9a3cd6899136e13088003c3430e227be3faf9bb.zip
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.
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 005f177a27f..71569c95adf 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -248,6 +248,9 @@ forward-comment, scan-sexps, and forward-sexp when parsing backward.
248The new variable 'comment-use-syntax-ppss' can be set to nil to recover the old 248The new variable 'comment-use-syntax-ppss' can be set to nil to recover the old
249behavior if needed. 249behavior if needed.
250 250
251** The `server-name' and `server-socket-dir' variables are set when a
252socket has been pased to Emacs (Bug#24218).
253
251--- 254---
252** The 'file-system-info' function is now available on all platforms. 255** The 'file-system-info' function is now available on all platforms.
253instead of just Microsoft platforms. This fixes a 'get-free-disk-space' 256instead of just Microsoft platforms. This fixes a 'get-free-disk-space'