emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 4f2f950 4/4: Fix one of the tags/xref warnings in v


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 4f2f950 4/4: Fix one of the tags/xref warnings in viper-ex.el
Date: Sun, 16 Jun 2019 09:21:28 -0400 (EDT)

branch: master
commit 4f2f95049738be97df8647705a8fc05a029ed244
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Fix one of the tags/xref warnings in viper-ex.el
    
    * lisp/emulation/viper-ex.el (ex-tag): Avoid a compilation warning
    about find-tag-other-window.
---
 lisp/emulation/viper-ex.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emulation/viper-ex.el b/lisp/emulation/viper-ex.el
index 45b91cd..852bf0c 100644
--- a/lisp/emulation/viper-ex.el
+++ b/lisp/emulation/viper-ex.el
@@ -2017,7 +2017,7 @@ Please contact your system administrator. "
        (progn
          (if (string= tag "")
              (find-tag ex-tag t)
-           (find-tag-other-window ex-tag))
+           (xref-find-definitions-other-window ex-tag))
          (viper-change-state-to-vi))
       (error
        (viper-change-state-to-vi)



reply via email to

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