# HG changeset patch # User Michael Albinus # Date 1163871752 0 # Node ID 6959e5ddb2a935079ff615922ed78756f5b7a5d7 # Parent 87670efb77bf078b4027fb1c193490bdbb740822 * net/tramp.el (top): cl and custom are always required. diff -r 87670efb77bf -r 6959e5ddb2a9 lisp/ChangeLog --- a/lisp/ChangeLog Sat Nov 18 15:24:01 2006 +0000 +++ b/lisp/ChangeLog Sat Nov 18 17:42:32 2006 +0000 @@ -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 -r 87670efb77bf -r 6959e5ddb2a9 lisp/net/tramp.el --- a/lisp/net/tramp.el Sat Nov 18 15:24:01 2006 +0000 +++ b/lisp/net/tramp.el Sat Nov 18 17:42:32 2006 +0000 @@ -149,12 +149,11 @@ (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