>>>>> In <[EMAIL PROTECTED]> Lennart Borgman (gmail) wrote:
>> (require 'cl) >> without (eval-when-compile ...). Is not that incorrect? > More files doing this: [...] > tramp.el tramp.el doesn't seem to need cl at run time. Actually I have no problem on ftp and ssh connections using the following workaround in my ~/.emacs file: (let ((features (cons 'cl features))) (require 'tramp)) (provide 'tramp) _______________________________________________ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug