emacs-devel
[Top][All Lists]
Advanced

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

Re: Warning in replace.el


From: Tino Calancha
Subject: Re: Warning in replace.el
Date: Tue, 17 Sep 2019 14:38:03 +0000 (UTC)
User-agent: Alpine 2.21.99999 (LNX 362 2019-08-01)



On Tue, 17 Sep 2019, Lars Ingebrigtsen wrote:

Compiling Emacs now, I get

In perform-replace:
replace.el:2714:35:Warning: assignment to free variable
   `last-replacement-replaced'

It's this code:

                                 search-string-replaced search-string
                                 last-replacement-replaced last-replacement
                                 last-was-act-and-show nil)

But setting last-replacement-replaced is the only place this variable is
mentioned.


last-replacement-replaced  ---> next-replacement-replaced

I'll fix it in the evening.
Thank you



reply via email to

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