emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 4003ebc 5/8: * lisp/progmodes/elisp-mode.el (xref-c


From: Glenn Morris
Subject: [Emacs-diffs] master 4003ebc 5/8: * lisp/progmodes/elisp-mode.el (xref-collect-references): Declare.
Date: Tue, 05 May 2015 00:38:39 +0000

branch: master
commit 4003ebce4ae9b6f00aa71fd1b14853a2a902f4f5
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/progmodes/elisp-mode.el (xref-collect-references): Declare.
---
 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 9a37722..9b7bc21 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)



reply via email to

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