[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tramp requires cl at runtime
From: |
Michael Albinus |
Subject: |
Re: tramp requires cl at runtime |
Date: |
Mon, 17 Dec 2007 21:17:17 +0100 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux) |
Glenn Morris <address@hidden> writes:
> emacs -Q -l tramp
> M-: (featurep 'cl) -> t
>
> Looks like the "eval-and-compile" in tramp-compat is to blame.
When I use `eval-when-compile' instead of, I get error messages compiling
with Emacs 21, that `block', `return' and `ignore-errors' are not known.
How can I avoid this?
Best regards, Michael.