From 13b9acf0661f77fe0761436017ff2c2210ccfdb1 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 5 Feb 2005 12:00:57 +0000 Subject: [PATCH] Update the name of the socket of the Emacs server. --- etc/emacs.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/emacs.bash b/etc/emacs.bash index 80930f80d77..c482e82b361 100644 --- a/etc/emacs.bash +++ b/etc/emacs.bash @@ -22,7 +22,7 @@ function edit () if [ -n "${windowsys:+set}" ]; then # Do not just test if these files are sockets. On some systems # ordinary files or fifos are used instead. Just see if they exist. - if [ -e "${HOME}/.emacs_server" -o -e "/tmp/esrv${UID}-"* ]; then + if [ -e "${HOME}/.emacs_server" -o -e "/tmp/emacs${UID}/server" ]; then emacsclient "$@" return $? else -- 2.39.5