emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: elint cannot handle dolist any more?


From: Stefan Monnier
Subject: Re: elint cannot handle dolist any more?
Date: Sun, 15 Jul 2012 18:39:51 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

> I've noticed that with the current trunk, elint-defun will fail for any
> function that contains the "dolist" macro, with an error message:
> "Wrong type argument: listp, 385"

> The last form in the following minimal example:

>    (load "cl-macs")
>    (elint-initialize)
>    (elint-get-args 'dolist nil)

> had returned "(spec &rest body)" in Emacs 24.1, whereas it now returns
> just "385".

> Is this a bug or a feature?

Thanks, it's a bug in elint which has not been adapted to the new
arglist format in Emacs-24's bytecode.


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]