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.
This commit is contained in:
Lars Ingebrigtsen 2019-06-16 15:21:10 +02:00
parent e6404927e3
commit 4f2f950497

View file

@ -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)