emacs-devel
[Top][All Lists]
Advanced

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

Problems setting byte-compile-warnings to t


From: Glenn Morris
Subject: Problems setting byte-compile-warnings to t
Date: Thu, 25 Oct 2007 18:42:26 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Create a file foo.el with first (and only) line:

;; -*- byte-compile-warnings: t; -*-

Then try to byte-compile it:

1.el:Error: Wrong type argument: listp, t

Perhaps one of the `(memq foo byte-compile-warnings)' in bytecomp.el
is being run outside byte-compile-close-variables?

edebug says the error comes from
byte-compile-warn-about-unresolved-functions, but I don't see how.




reply via email to

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