summaryrefslogtreecommitdiff
path: root/lisp/emulation/viper-ex.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emulation/viper-ex.el')
-rw-r--r--lisp/emulation/viper-ex.el2
1 files changed, 1 insertions, 1 deletions
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)