From 7edb1f0773ddeade0f82630ab7697a3eb0f3bc4b Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Thu, 26 Dec 2019 17:32:30 +0200 Subject: [PATCH] ; 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 7705761365c..9cd852bcaee 100644 --- a/lisp/progmodes/elisp-mode.el +++ b/lisp/progmodes/elisp-mode.el @@ -630,9 +630,7 @@ functions are annotated with \"\" 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) -- 2.39.2