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 19:46:52 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.90 (gnu/linux)

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

> Some 34 years ago, I wrote a function with the code snippet
>
>       (if (null executing-macro) ...)

That variable has been marked obsolete for more than 24 years.

> and that function has been in daily use through emacs-26.  However,
> with emacs-27, I get an error with this traceback
>
>       Symbol's value as variable is void: executing-macro

The alias has finally been removed in emacs 27.  Use executing-kbd-macro
instead.

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]