all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* elint cannot handle dolist any more?
@ 2012-07-14 14:48 Ulrich Mueller
  2012-07-15 22:39 ` Stefan Monnier
  2012-07-17 12:31 ` Stefan Monnier
  0 siblings, 2 replies; 4+ messages in thread
From: Ulrich Mueller @ 2012-07-14 14:48 UTC (permalink / raw)
  To: emacs-devel

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?



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-07-17 18:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-14 14:48 elint cannot handle dolist any more? Ulrich Mueller
2012-07-15 22:39 ` Stefan Monnier
2012-07-17 12:31 ` Stefan Monnier
2012-07-17 18:10   ` Ulrich Mueller

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.