On Tue, 9 Jul 2019 at 20:35, Lars Ingebrigtsen <larsi@gnus.org> wrote:
Richard Copley <rcopley@gmail.com> writes:

> In toplevel form:
> textmodes/css-mode.el:37:1:Error: Wrong type argument: symbolp, 2.0

I found the error -- my fault.  Trunk should be OK again now.

Thanks, works for me.

I had said

(make-obsolete-variable json-pretty-print-max-secs nil "27.1")

I assume it's perfectly obvious to everyone else what is supposed to be wrong with that. For my benefit, would you mind saying it explicitly, please?
 
and this didn't raise an error in the compilation of json.el, but
instead errored out with that message when you tried to compile some of
the other .el files...

Perhaps make-obsolete-variable should signal an error here?

Presumably!