Mercurial > emacs
changeset 74052:6959e5ddb2a9
* net/tramp.el (top): cl and custom are always required.
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Sat, 18 Nov 2006 17:42:32 +0000 |
parents | 87670efb77bf |
children | 534bce90b045 |
files | lisp/ChangeLog lisp/net/tramp.el |
diffstat | 2 files changed, 9 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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 <michael.albinus@gmx.de> + + * net/tramp.el (top): cl and custom are always required. + 2006-11-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
--- 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