emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs-27 breaks null function


From: Andreas Schwab
Subject: Re: emacs-27 breaks null function
Date: Mon, 06 Apr 2020 20:52:14 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.90 (gnu/linux)

On Apr 06 2020, Nelson H. F. Beebe wrote:

> Thanks, that solves the problem for the particular use of executing-macro,
> but what about testing for an undefined variable in general, such as
>
>       (null this-var-might-not-be-defined-but-might-also-be-defined)
> ?

You are not testing for an undefined variable, you are trying to
evaluate an unbound variable.

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."



reply via email to

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