emacs-diffs
[Top][All Lists]
Advanced

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

emacs-27 7edb1f0 2/3: ; Remove outdated declarations


From: Dmitry Gutov
Subject: emacs-27 7edb1f0 2/3: ; Remove outdated declarations
Date: Thu, 26 Dec 2019 10:41:04 -0500 (EST)

branch: emacs-27
commit 7edb1f0773ddeade0f82630ab7697a3eb0f3bc4b
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    ; Remove outdated declarations
---
 lisp/progmodes/elisp-mode.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el
index 7705761..9cd852b 100644
--- a/lisp/progmodes/elisp-mode.el
+++ b/lisp/progmodes/elisp-mode.el
@@ -630,9 +630,7 @@ functions are annotated with \"<f>\" via the
 
 ;;; Xref backend
 
-(declare-function xref-make-bogus-location "xref" (message))
 (declare-function xref-make "xref" (summary location))
-(declare-function xref-collect-references "xref" (symbol dir))
 
 (defun elisp--xref-backend () 'elisp)
 



reply via email to

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