emacs/doc
Paul Eggert 92282cb502 emacsclient: prefer XDG_RUNTIME_DIR (Bug#33367)
* lib-src/emacsclient.c: Disable -Wformat-truncation=2,
to avoid false alarms about the new snprintf calls.
(local_sockname): New function.
(set_local_socket): Use it.  Prefer XDG_RUNTIME_DIR (if set)
for location of socket directory.  Avoid unnecessary memory
allocation by using snprintf to destination.
* lisp/server.el (server-socket-dir): Prefer XDG_RUNTIME_DIR if set.
2018-12-01 23:08:48 -08:00
..
emacs search.texi fix for leftover from C-M-w to C-M-d change 2018-11-23 16:40:55 +03:00
lispintro Fix ‘make clean’ with a file named ‘-.o’ 2018-09-24 10:45:07 -07:00
lispref Merge from origin/emacs-26 2018-11-28 07:51:12 -08:00
man Add support in emacsclient for EMACS_SOCKET_NAME 2018-10-27 12:18:27 +03:00
misc emacsclient: prefer XDG_RUNTIME_DIR (Bug#33367) 2018-12-01 23:08:48 -08:00