aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2015-05-04 20:22:52 -0400
committerGlenn Morris2015-05-04 20:22:52 -0400
commit4003ebce4ae9b6f00aa71fd1b14853a2a902f4f5 (patch)
tree057ecd222a26988b0b8cb2ed822110d06b117754
parenta6b6ab22d54fea02bd93d906b15cc82d7a11744c (diff)
downloademacs-4003ebce4ae9b6f00aa71fd1b14853a2a902f4f5.tar.gz
emacs-4003ebce4ae9b6f00aa71fd1b14853a2a902f4f5.zip
* lisp/progmodes/elisp-mode.el (xref-collect-references): Declare.
-rw-r--r--lisp/progmodes/elisp-mode.el1
1 files changed, 1 insertions, 0 deletions
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."
581(declare-function xref-make-elisp-location "xref" (symbol type file)) 581(declare-function xref-make-elisp-location "xref" (symbol type file))
582(declare-function xref-make-bogus-location "xref" (message)) 582(declare-function xref-make-bogus-location "xref" (message))
583(declare-function xref-make "xref" (description location)) 583(declare-function xref-make "xref" (description location))
584(declare-function xref-collect-references "xref" (name dir))
584 585
585(defun elisp-xref-find (action id) 586(defun elisp-xref-find (action id)
586 (require 'find-func) 587 (require 'find-func)