From: Lars Ingebrigtsen Date: Wed, 19 Jun 2019 13:21:20 +0000 (+0200) Subject: Revert "Fix one of the tags/xref warnings in viper-ex.el" X-Git-Tag: emacs-27.0.90~2400 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d8c6fa84a0add507785dd36c17688ab4ed20e2b3;p=emacs.git Revert "Fix one of the tags/xref warnings in viper-ex.el" This reverts commit 4f2f95049738be97df8647705a8fc05a029ed244. We can't mix calls to find-tag and xref-find-definitions --- diff --git a/lisp/emulation/viper-ex.el b/lisp/emulation/viper-ex.el index 852bf0c8beb..45b91cd9c0e 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) - (xref-find-definitions-other-window ex-tag)) + (find-tag-other-window ex-tag)) (viper-change-state-to-vi)) (error (viper-change-state-to-vi)