emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/net/tramp-smb.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/net/tramp-smb.el [lexbind]
Date: Tue, 06 Jul 2004 06:02:20 -0400

Index: emacs/lisp/net/tramp-smb.el
diff -c emacs/lisp/net/tramp-smb.el:1.5.2.5 emacs/lisp/net/tramp-smb.el:1.5.2.6
*** emacs/lisp/net/tramp-smb.el:1.5.2.5 Tue May 11 02:35:37 2004
--- emacs/lisp/net/tramp-smb.el Tue Jul  6 09:31:52 2004
***************
*** 144,149 ****
--- 144,150 ----
      (file-executable-p . tramp-smb-handle-file-exists-p)
      (file-exists-p . tramp-smb-handle-file-exists-p)
      (file-local-copy . tramp-smb-handle-file-local-copy)
+     (file-remote-p . tramp-handle-file-remote-p)
      (file-modes . tramp-handle-file-modes)
      (file-name-all-completions . tramp-smb-handle-file-name-all-completions)
      ;; `file-name-as-directory' performed by default handler
***************
*** 1003,1009 ****
                       tramp-smb-program args)))
  
        (tramp-message 9 "Started process %s" (process-command p))
!       (process-kill-without-query p)
        (set-buffer buffer)
        (setq tramp-smb-share share)
  
--- 1004,1010 ----
                       tramp-smb-program args)))
  
        (tramp-message 9 "Started process %s" (process-command p))
!       (tramp-set-process-query-on-exit-flag p nil)
        (set-buffer buffer)
        (setq tramp-smb-share share)
  




reply via email to

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