emacs-devel
[Top][All Lists]
Advanced

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

Re: Weird compilation bug just started appearing


From: Lars Ingebrigtsen
Subject: Re: Weird compilation bug just started appearing
Date: Tue, 09 Jul 2019 22:09:24 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Richard Copley <address@hidden> writes:

>  (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?

That should be

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

otherwise I'm trying to obsolete the value of that variable, which was
2.0.  :-/

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



reply via email to

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