emacs-devel
[Top][All Lists]
Advanced

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

Re: Towards a cleaner build: viper-ex


From: Eli Zaretskii
Subject: Re: Towards a cleaner build: viper-ex
Date: Thu, 13 Jun 2019 06:41:04 +0300

> From: Lars Ingebrigtsen <address@hidden>
> Date: Thu, 13 Jun 2019 01:21:36 +0200
> 
> In ex-tag:
> emulation/viper-ex.el:2019:16:Warning: `find-tag' is an obsolete function (as
>     of 25.1); use `xref-find-definitions' instead.
> emulation/viper-ex.el:2020:14:Warning: `find-tag-other-window' is an obsolete
>     function (as of 25.1); use `xref-find-definitions-other-window' instead.
> 
> I thought this was going to be trivial to fix, but:
> 
>         (if (string= tag "")
>             (find-tag ex-tag t)
>           (find-tag-other-window ex-tag))

Time to use the new anti-warning facilities you just introduced?



reply via email to

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