* net/tramp.el (top): cl and custom are always required.
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 18 Nov 2006 17:42:32 +0000 (17:42 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 18 Nov 2006 17:42:32 +0000 (17:42 +0000)
lisp/ChangeLog
lisp/net/tramp.el

index 4e616ac..372c31d 100644 (file)
@@ -1,3 +1,7 @@
+2006-11-18  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (top): cl and custom are always required.
+
 2006-11-18  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
index 54bb694..3c6733e 100644 (file)
@@ -149,12 +149,11 @@ Otherwise, use a separate filename syntax for Tramp.")
                    (when (featurep 'tramp-smb)
                      (unload-feature 'tramp-smb 'force)))))))
 
-(eval-when-compile
-  (require 'cl)
-  (require 'custom)
-  ;; Emacs 19.34 compatibility hack -- is this needed?
-  (or (>= emacs-major-version 20)
-      (load "cl-seq")))
+(require 'cl)
+(require 'custom)
+;; Emacs 19.34 compatibility hack -- is this needed?
+(or (>= emacs-major-version 20)
+    (load "cl-seq"))
 
 (unless (boundp 'custom-print-functions)
   (defvar custom-print-functions nil)) ; not autoloaded before Emacs 20.4