diff options
| author | Eivind Fonn <evfonn@gmail.com> | 2019-12-17 10:19:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-17 10:19:18 +0100 |
| commit | 70184d3dda91a3f22468d75cdf3893c5880ce300 (patch) | |
| tree | f97ffe54ef9d0d137953e652a382aef0846d72eb /evil-commands.el | |
| parent | 00e9d70504fc5ee63cc4fab45934ef13c20248d9 (diff) | |
| parent | c8b15a6b37a9f6fa975b021eacc8dd4fa6331bae (diff) | |
Merge pull request #1217 from TheBB/release-1.2.161.2.16
Release 1.2.16
Diffstat (limited to 'evil-commands.el')
| -rw-r--r-- | evil-commands.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/evil-commands.el b/evil-commands.el index 84d7c30..1cc63cb 100644 --- a/evil-commands.el +++ b/evil-commands.el @@ -2,7 +2,7 @@ ;; Author: Vegard Øye <vegard_oye at hotmail.com> ;; Maintainer: Vegard Øye <vegard_oye at hotmail.com> -;; Version: 1.2.15 +;; Version: 1.2.16 ;; ;; This file is NOT part of GNU Emacs. @@ -2735,6 +2735,8 @@ The search is unbounded, i.e., the pattern is not wrapped in (and (fboundp 'semantic-ia-fast-jump) (ignore-errors (semantic-ia-fast-jump position)))) +(declare-function xref-backend-identifier-at-point "xref") + (defun evil-goto-definition-xref (_string position) "Find definition at POSITION with xref." (when (fboundp 'xref-find-definitions) |
