From 4003ebce4ae9b6f00aa71fd1b14853a2a902f4f5 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 4 May 2015 20:22:52 -0400 Subject: [PATCH] * lisp/progmodes/elisp-mode.el (xref-collect-references): Declare. --- lisp/progmodes/elisp-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index 9a37722165d..9b7bc219923 100644 --- a/lisp/progmodes/elisp-mode.el +++ b/lisp/progmodes/elisp-mode.el @@ -581,6 +581,7 @@ It can be quoted, or be inside a quoted form." (declare-function xref-make-elisp-location "xref" (symbol type file)) (declare-function xref-make-bogus-location "xref" (message)) (declare-function xref-make "xref" (description location)) +(declare-function xref-collect-references "xref" (name dir)) (defun elisp-xref-find (action id) (require 'find-func) -- 2.39.5