# HG changeset patch # User Eli Zaretskii # Date 1107604857 0 # Node ID 615a90f44f52715590c7c6d30b4b6614ba094643 # Parent 79e9767b47c8d054537e569825fd19375de9dac5 Update the name of the socket of the Emacs server. diff -r 79e9767b47c8 -r 615a90f44f52 etc/emacs.bash --- 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