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: Nelson H. F. Beebe
Subject: Re: emacs-27 breaks null function
Date: Mon, 6 Apr 2020 12:37:38 -0600

Andreas Schwab <address@hidden> writes in response:

>> That variable (executing-macro) as been marked obsolete for more than 24 
>> years.
>> The alias has finally been removed in emacs 27.  Use executing-kbd-macro
>> instead.

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

-------------------------------------------------------------------------------
- Nelson H. F. Beebe                    Tel: +1 801 581 5254                  -
- University of Utah                    FAX: +1 801 581 4148                  -
- Department of Mathematics, 110 LCB    Internet e-mail: address@hidden  -
- 155 S 1400 E RM 233                       address@hidden  address@hidden -
- Salt Lake City, UT 84112-0090, USA    URL: http://www.math.utah.edu/~beebe/ -
-------------------------------------------------------------------------------



reply via email to

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