From: Juanma Barranquero Date: Fri, 13 Nov 2015 10:04:10 +0000 (+0100) Subject: * lisp/progmodes/elisp-mode.el: Declare function `project-roots' X-Git-Tag: emacs-25.0.90~804^2~6 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2b4c0c0cefa4a70b4b8a3a8f0fa1e13416f7415f;p=emacs.git * lisp/progmodes/elisp-mode.el: Declare function `project-roots' --- 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 xrefs)) (declare-function project-library-roots "project") +(declare-function project-roots "project") (declare-function project-current "project") (defun elisp--xref-find-references (symbol)