changeset 59923:615a90f44f52

Update the name of the socket of the Emacs server.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 05 Feb 2005 12:00:57 +0000
parents 79e9767b47c8
children 3590dd3050ba
files etc/emacs.bash
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/emacs.bash	Sat Feb 05 05:31:36 2005 +0000
+++ b/etc/emacs.bash	Sat Feb 05 12:00:57 2005 +0000
@@ -22,7 +22,7 @@
  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