mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Merge from origin/emacs-28
7a25ba0fde; * lisp/image-dired.el: Fix typo.dda6337066emacsclient takes more care about XDG_RUNTIME_DIR26fb4168b8; Prefer HTTPS in more URLs6b89578524; * lisp/progmodes/flymake.el: Update the minimum Emacs ve...
This commit is contained in:
commit
d601fd4692
21 changed files with 25 additions and 26 deletions
|
|
@ -1469,7 +1469,6 @@ set_local_socket (char const *server_name)
|
|||
else
|
||||
{
|
||||
/* socket_name is a file name component. */
|
||||
sock_status = ENOENT;
|
||||
char const *xdg_runtime_dir = egetenv ("XDG_RUNTIME_DIR");
|
||||
if (xdg_runtime_dir)
|
||||
{
|
||||
|
|
@ -1479,7 +1478,7 @@ set_local_socket (char const *server_name)
|
|||
? connect_socket (AT_FDCWD, sockname, s, 0)
|
||||
: ENAMETOOLONG);
|
||||
}
|
||||
if (sock_status == ENOENT)
|
||||
else
|
||||
{
|
||||
char const *tmpdir = egetenv ("TMPDIR");
|
||||
if (tmpdir)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue