emacs-devel
[Top][All Lists]
Advanced

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

elint cannot handle dolist any more?


From: Ulrich Mueller
Subject: elint cannot handle dolist any more?
Date: Sat, 14 Jul 2012 16:48:08 +0200

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?



reply via email to

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