emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/etc/emacs.bash


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/etc/emacs.bash
Date: Sat, 05 Feb 2005 07:00:58 -0500

Index: emacs/etc/emacs.bash
diff -c emacs/etc/emacs.bash:1.3 emacs/etc/emacs.bash:1.4
*** emacs/etc/emacs.bash:1.3    Mon Sep  1 15:44:59 2003
--- emacs/etc/emacs.bash        Sat Feb  5 12:00:57 2005
***************
*** 22,28 ****
   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
         emacsclient "$@"
         return $?
      else
--- 22,28 ----
   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/emacs${UID}/server" ]; then
         emacsclient "$@"
         return $?
      else




reply via email to

[Prev in Thread] Current Thread [Next in Thread]