/[emacs]/emacs/lisp/net/tramp-smb.el
ViewVC logotype

Diff of /emacs/lisp/net/tramp-smb.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5.2.5 by miles, Tue May 11 02:35:37 2004 UTC revision 1.5.2.6 by miles, Tue Jul 6 09:31:52 2004 UTC
# Line 144  This variable is local to each buffer.") Line 144  This variable is local to each buffer.")
144      (file-executable-p . tramp-smb-handle-file-exists-p)      (file-executable-p . tramp-smb-handle-file-exists-p)
145      (file-exists-p . tramp-smb-handle-file-exists-p)      (file-exists-p . tramp-smb-handle-file-exists-p)
146      (file-local-copy . tramp-smb-handle-file-local-copy)      (file-local-copy . tramp-smb-handle-file-local-copy)
147        (file-remote-p . tramp-handle-file-remote-p)
148      (file-modes . tramp-handle-file-modes)      (file-modes . tramp-handle-file-modes)
149      (file-name-all-completions . tramp-smb-handle-file-name-all-completions)      (file-name-all-completions . tramp-smb-handle-file-name-all-completions)
150      ;; `file-name-as-directory' performed by default handler      ;; `file-name-as-directory' performed by default handler
# Line 1003  Domain names in USER and port numbers in Line 1004  Domain names in USER and port numbers in
1004                         tramp-smb-program args)))                         tramp-smb-program args)))
1005    
1006          (tramp-message 9 "Started process %s" (process-command p))          (tramp-message 9 "Started process %s" (process-command p))
1007          (process-kill-without-query p)          (tramp-set-process-query-on-exit-flag p nil)
1008          (set-buffer buffer)          (set-buffer buffer)
1009          (setq tramp-smb-share share)          (setq tramp-smb-share share)
1010    

Legend:
Removed from v.1.5.2.5  
changed lines
  Added in v.1.5.2.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26