emacs-devel
[Top][All Lists]
Advanced

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

Re: master 49bad2a: * lisp/cedet/semantic/analyze*.el: Use lexical-bindi


From: Lars Ingebrigtsen
Subject: Re: master 49bad2a: * lisp/cedet/semantic/analyze*.el: Use lexical-binding
Date: Sat, 27 Feb 2021 15:41:52 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Ran 4741 tests, 4661 results as expected, 1 unexpected, 79 skipped
> 1 files contained unexpected results:
>   lisp/calendar/time-date-tests.log

This comes from:

Test test-obsolete-encode-time-value condition:
    (void-function internal--with-suppressed-warnings)

And, indeed, this gives a backtrace:

(should (equal (with-suppressed-warnings ((obsolete encode-time-value))
                 (encode-time-value 1 2 3 4 0))
               '(1 . 2)))

Eval-ing just the thing inside the `should' works, though.

So something has happened to macro expansion over the past day or so, I
think?

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