aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Gutov2019-12-26 17:32:30 +0200
committerDmitry Gutov2019-12-26 17:32:30 +0200
commit7edb1f0773ddeade0f82630ab7697a3eb0f3bc4b (patch)
treea8fc01dc793799a30c8327bd5743cd0e6627495f
parent6ab40c1a5176b7bbe5d3f44890477e7b6d07858e (diff)
downloademacs-7edb1f0773ddeade0f82630ab7697a3eb0f3bc4b.tar.gz
emacs-7edb1f0773ddeade0f82630ab7697a3eb0f3bc4b.zip
; Remove outdated declarations
-rw-r--r--lisp/progmodes/elisp-mode.el2
1 files changed, 0 insertions, 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 \"<f>\" via the
630 630
631;;; Xref backend 631;;; Xref backend
632 632
633(declare-function xref-make-bogus-location "xref" (message))
634(declare-function xref-make "xref" (summary location)) 633(declare-function xref-make "xref" (summary location))
635(declare-function xref-collect-references "xref" (symbol dir))
636 634
637(defun elisp--xref-backend () 'elisp) 635(defun elisp--xref-backend () 'elisp)
638 636