[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 692bce5: * lisp/net/tramp-smb.el: Avoid using `add-to-list' o
From: |
Michael Albinus |
Subject: |
Re: master 692bce5: * lisp/net/tramp-smb.el: Avoid using `add-to-list' on a let-local var |
Date: |
Wed, 28 Oct 2015 15:34:13 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
Stefan Monnier <address@hidden> writes:
>> I'm very sorry, but `delete-dups' does not exist in XEmacs
>> 21.4. Therefore, I've reverted this commit.
>
> Then please use CL's delete-duplicates. Using add-to-list on
> a let-local variable is really hideous.
Done. It was a little bit hairy, beause `cl-delete-duplicates' has
different arguments in different (X)Emacs versions. But we need only the
version from XEmacs 21.4.
> Stefan
Best regards, Michael.