]> git.eshelyaron.com Git - emacs.git/commitdiff
Update the name of the socket of the Emacs server.
authorEli Zaretskii <eliz@gnu.org>
Sat, 5 Feb 2005 12:00:57 +0000 (12:00 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 5 Feb 2005 12:00:57 +0000 (12:00 +0000)
etc/emacs.bash

index 80930f80d77fced3cb9a4579cb05ceba29bc935d..c482e82b361cd9fe91fc21d8665e5c94c68e49c1 100644 (file)
@@ -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