diff lisp/net/tramp-smb.el @ 77986:0cc9b64806d2

Sync with Tramp 2.0.56.
author Michael Albinus <michael.albinus@gmx.de>
date Thu, 07 Jun 2007 20:14:45 +0000
parents 9e77507716d4
children 84cf1e2214c5 f03856eb136b 648e6c714c7d
line wrap: on
line diff
--- a/lisp/net/tramp-smb.el	Thu Jun 07 16:57:32 2007 +0000
+++ b/lisp/net/tramp-smb.el	Thu Jun 07 20:14:45 2007 +0000
@@ -31,12 +31,7 @@
 (require 'tramp)
 
 ;; Pacify byte-compiler
-(eval-when-compile
-  (require 'cl)
-  (require 'custom)
-  ;; Emacs 19.34 compatibility hack -- is this needed?
-  (or (>= emacs-major-version 20)
-      (load "cl-seq")))
+(eval-when-compile (require 'custom))
 
 ;; Avoid byte-compiler warnings if the byte-compiler supports this.
 ;; Currently, XEmacs supports this.