bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#55885: 29.0.50; missed error message


From: Lars Ingebrigtsen
Subject: bug#55885: 29.0.50; missed error message
Date: Fri, 10 Jun 2022 11:57:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Andreas Röhler <andreas.roehler@easy-emacs.de> writes:

> The code below evaluates to nil, but should send an error:
>
> (defvar foo-bar-baz
>   (cond 
>       (t ()
>       (when foo-bar-baz nil))))
>
> Emacs 28.1 tells as expected:
>
> Debugger entered--Lisp error: (void-variable foo-bar-baz)

I'm unable to reproduce the problem.  Both Emacs 29 or 28.1 give an
error if I eval that expression.

Perhaps you have that variable defined somewhere else so that it doesn't
bug out for you?

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