Axel Beckert <a...@debian.org> writes:
> emacs-snapshot (2:20130804-1 from the unstable repo of
> http://emacs.naquadah.org/) currently fails to install on my Sid
> machines. It seems that magit is the cause (or at least one of the
> causes):
>
> In toplevel form:
> magit.el:792:27:Error: Wrong type argument: listp, 769
> Eager macro-expansion failure: (wrong-type-argument listp 769)

Quick googling suggests that this could be fixed by

https://github.com/magit/magit/commit/ff24d86ef9ee5cb76e08b9ba115f6c92e8c5ec2e

commit ff24d86ef9ee5cb76e08b9ba115f6c92e8c5ec2e
Author: Jonas Bernoulli <jo...@bernoul.li>
Date:   Sun Jun 23 18:35:10 2013 +0200

    magit-delete-directory: use copy of tramp-compat-delete-directory
    
    Previously we determined the number of arguments `delete-directory'
    accepts at compile time and defined this function accordingly.  Now
    `magit-delete-directory' assume `delete-directory' supports RECURSIVE
    and only if that causes `wrong-number-of-arguments' it does the
    recursive delete itself.
    
    This fixes #684.  The old code broke on 24.3.50 and also was more noisy
    and ugly than what we have now.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to