emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 2b4c0c0: * lisp/progmodes/elisp-mode.el: Declare fu


From: Juanma Barranquero
Subject: [Emacs-diffs] master 2b4c0c0: * lisp/progmodes/elisp-mode.el: Declare function `project-roots'
Date: Fri, 13 Nov 2015 10:04:48 +0000

branch: master
commit 2b4c0c0cefa4a70b4b8a3a8f0fa1e13416f7415f
Author: Juanma Barranquero <address@hidden>
Commit: Juanma Barranquero <address@hidden>

    * lisp/progmodes/elisp-mode.el: Declare function `project-roots'
---
 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 a19542f..af2ea56 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]