diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/progmodes/elisp-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index a19542fb204..af2ea56dcee 100644 --- a/lisp/progmodes/elisp-mode.el +++ b/lisp/progmodes/elisp-mode.el | |||
| @@ -802,6 +802,7 @@ non-nil result supercedes the xrefs produced by | |||
| 802 | xrefs)) | 802 | xrefs)) |
| 803 | 803 | ||
| 804 | (declare-function project-library-roots "project") | 804 | (declare-function project-library-roots "project") |
| 805 | (declare-function project-roots "project") | ||
| 805 | (declare-function project-current "project") | 806 | (declare-function project-current "project") |
| 806 | 807 | ||
| 807 | (defun elisp--xref-find-references (symbol) | 808 | (defun elisp--xref-find-references (symbol) |