aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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