From: Dmitry Gutov Date: Thu, 26 Dec 2019 15:32:30 +0000 (+0200) Subject: ; Remove outdated declarations X-Git-Tag: emacs-27.0.90~279 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7edb1f0773ddeade0f82630ab7697a3eb0f3bc4b;p=emacs.git ; Remove outdated declarations --- 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)