* net/tramp.el (top): cl and custom are always required.

This commit is contained in:
Michael Albinus 2006-11-18 17:42:32 +00:00
parent 59e24ad333
commit d8d555f293
2 changed files with 9 additions and 6 deletions

View 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,Ad(Brv <jan.h.d@swipnet.se>
* term/x-win.el (x-cut-buffer-or-selection-value): Decode text from

View 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