From: Michael Albinus Date: Sat, 18 Nov 2006 17:42:32 +0000 (+0000) Subject: * net/tramp.el (top): cl and custom are always required. X-Git-Tag: emacs-pretest-22.0.91~17 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d8d555f293dc2f35ed35bd06f18c074d27e2197f;p=emacs.git * net/tramp.el (top): cl and custom are always required. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4e616ac7a2a..372c31da3cc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2006-11-18 Michael Albinus + + * net/tramp.el (top): cl and custom are always required. + 2006-11-18 Jan Dj,Ad(Brv * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 54bb6946498..3c6733e6dfa 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -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