diff options
author | Eli Zaretskii <eliz@gnu.org> | 2018-10-27 12:23:21 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2018-10-27 12:23:21 +0300 |
commit | 2fdae77eb6489a25a94f1d88a740a9672617d451 (patch) | |
tree | 5118eca8f2b2dc6f94c84daded368c9a60ce3f1e | |
parent | 3e81e9a0e7742197354515f3d3ea55fdb201eb29 (diff) | |
download | emacs-2fdae77eb6489a25a94f1d88a740a9672617d451.tar.gz |
; * etc/NEWS: Fix last change.
-rw-r--r-- | etc/NEWS | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -120,10 +120,11 @@ the new version of the file again.) * Changes in Emacs 27.1 +++ -** emacsclient uses EMACS_SOCKET_NAME if --socket-name is not set. -The behavior is identical to the EMACS_SERVER_FILE, in that the -command line value will override the environment, and the natural -default to TMPDIR, then /tmp, continues to apply. +** emacsclient now supports the 'EMACS_SOCKET_NAME' environment variable. +The behavior is identical to 'EMACS_SERVER_FILE', in that the +command-line value specified via '--socket-name' will override the +environment, and the natural default to TMPDIR, then '/tmp', continues +to apply. +++ ** The function 'read-passwd' uses '*' as default character to hide passwords. |