emacs-devel
[Top][All Lists]
Advanced

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

Re: Odd backtrace in condition-case


From: Lars Ingebrigtsen
Subject: Re: Odd backtrace in condition-case
Date: Mon, 20 May 2019 19:50:01 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Lars Ingebrigtsen <address@hidden> writes:

> (condition-case ()
>     (date-to-time "Session")
>   (error t))

Oh.  The function in question has:

         (condition-case-unless-debug err
             (encode-time (parse-time-string
                           (timezone-make-date-arpa-standard date)))

Checked in by Stefan in April.  Stefan, was that checked in by mistake?

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