diff options
| -rw-r--r-- | lisp/emulation/viper-ex.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper-ex.el b/lisp/emulation/viper-ex.el index 45b91cd9c0e..852bf0c8beb 100644 --- a/lisp/emulation/viper-ex.el +++ b/lisp/emulation/viper-ex.el | |||
| @@ -2017,7 +2017,7 @@ Please contact your system administrator. " | |||
| 2017 | (progn | 2017 | (progn |
| 2018 | (if (string= tag "") | 2018 | (if (string= tag "") |
| 2019 | (find-tag ex-tag t) | 2019 | (find-tag ex-tag t) |
| 2020 | (find-tag-other-window ex-tag)) | 2020 | (xref-find-definitions-other-window ex-tag)) |
| 2021 | (viper-change-state-to-vi)) | 2021 | (viper-change-state-to-vi)) |
| 2022 | (error | 2022 | (error |
| 2023 | (viper-change-state-to-vi) | 2023 | (viper-change-state-to-vi) |