aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2015-11-13 11:04:10 +0100
committerJuanma Barranquero2015-11-13 11:04:10 +0100
commit2b4c0c0cefa4a70b4b8a3a8f0fa1e13416f7415f (patch)
treefc7647b96dc15faadb7cef5a795446a67495c3f9
parent66b9f7bdcfc120e61d01b6f93c9c03e5ed9d17aa (diff)
downloademacs-2b4c0c0cefa4a70b4b8a3a8f0fa1e13416f7415f.tar.gz
emacs-2b4c0c0cefa4a70b4b8a3a8f0fa1e13416f7415f.zip
* lisp/progmodes/elisp-mode.el: Declare function `project-roots'
-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 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)