* net/tramp.el (top): cl and custom are always required.
This commit is contained in:
parent
59e24ad333
commit
d8d555f293
2 changed files with 9 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue