]> git.eshelyaron.com Git - emacs.git/commitdiff
; Remove outdated declarations
authorDmitry Gutov <dgutov@yandex.ru>
Thu, 26 Dec 2019 15:32:30 +0000 (17:32 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 26 Dec 2019 15:32:30 +0000 (17:32 +0200)
lisp/progmodes/elisp-mode.el

index 7705761365ce9f6060d77d7ea9127b3525d4232f..9cd852bcaee5b0f795e4fbefd1cb90e371ba86e4 100644 (file)
@@ -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)