]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "Fix one of the tags/xref warnings in viper-ex.el"
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 19 Jun 2019 13:21:20 +0000 (15:21 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 19 Jun 2019 13:21:20 +0000 (15:21 +0200)
This reverts commit 4f2f95049738be97df8647705a8fc05a029ed244.

We can't mix calls to find-tag and xref-find-definitions

lisp/emulation/viper-ex.el

index 852bf0c8beb1bd93d6f2c273ad090a1a5cfa2c32..45b91cd9c0ec1a072eb6aa4f399802ec5fa25db1 100644 (file)
@@ -2017,7 +2017,7 @@ Please contact your system administrator. "
        (progn
          (if (string= tag "")
              (find-tag ex-tag t)
-           (xref-find-definitions-other-window ex-tag))
+           (find-tag-other-window ex-tag))
          (viper-change-state-to-vi))
       (error
        (viper-change-state-to-vi)