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

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

Re: patn-insert.el requires cl which is deprecated


From: Michael Heerdegen
Subject: Re: patn-insert.el requires cl which is deprecated
Date: Mon, 13 Mar 2023 01:46:49 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Raymond Zeitler via Users list for the GNU Emacs text editor
<help-gnu-emacs@gnu.org> writes:

> In for-var-low-high:patn-insert.el:58:48:Warning: '(\` (let ((((\,
> [...]

Looks like this macro is using old-style backquotes?  Support for these
had been removed in 28.1.

If this is the cause, AFAIK you would have to rewrite the backquote uses
like (` X) ==> `X, likewise for , and ,@ (I guess, I never had to deal
with old-style backquotes).

Michael.




reply via email to

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