diff options
| author | Lars Ingebrigtsen | 2019-06-19 15:21:20 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-06-19 15:21:20 +0200 |
| commit | d8c6fa84a0add507785dd36c17688ab4ed20e2b3 (patch) | |
| tree | e06fd0d125ca9bd5a1c67bc89ff965f068b7410b /lisp | |
| parent | 816b91a61abbf517a4b94aadc9dc305df8c7ebc0 (diff) | |
| download | emacs-d8c6fa84a0add507785dd36c17688ab4ed20e2b3.tar.gz emacs-d8c6fa84a0add507785dd36c17688ab4ed20e2b3.zip | |
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
Diffstat (limited to 'lisp')
| -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 852bf0c8beb..45b91cd9c0e 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 | (xref-find-definitions-other-window ex-tag)) | 2020 | (find-tag-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) |