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:
parent
e6404927e3
commit
4f2f950497
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue