Show
Ignore:
Timestamp:
07/16/06 08:36:52 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/net/tramp.el

    r4098 r4111  
    35733573  (if (tramp-tramp-file-p default-directory) 
    35743574      (with-parsed-tramp-file-name default-directory nil 
    3575         (let ((asynchronous (string-match "[ \t]*&[ \t]*\\'" command)) 
     3575        (let ((curbuf (current-buffer)) 
     3576              (asynchronous (string-match "[ \t]*&[ \t]*\\'" command)) 
    35763577              status) 
    35773578          (unless output-buffer 
     
    36753676            (when tramp-display-shell-command-buffer 
    36763677              (display-buffer output-buffer))) 
     3678          (set-buffer curbuf) 
    36773679          status)) 
    36783680    ;; The following is only executed if something strange was