Show
Ignore:
Timestamp:
02/10/05 07:49:38 (4 years ago)
Author:
miyoshi
Message:

Sync up.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • vendor/emacs-21.3.50/etc/emacs.bash

    r3533 r3604  
    2323    # Do not just test if these files are sockets.  On some systems 
    2424    # ordinary files or fifos are used instead.  Just see if they exist. 
    25     if [ -e "${HOME}/.emacs_server" -o -e "/tmp/esrv${UID}-"* ]; then 
     25    if [ -e "${HOME}/.emacs_server" -o -e "/tmp/emacs${UID}/server" ]; then 
    2626       emacsclient "$@" 
    2727       return $?