aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/xref.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el
index afcbbf52264..0257210a6c7 100644
--- a/lisp/progmodes/xref.el
+++ b/lisp/progmodes/xref.el
@@ -562,8 +562,8 @@ Return an alist of the form ((FILENAME . (XREF ...)) ...)."
562 (cond ((or current-prefix-arg (not id)) 562 (cond ((or current-prefix-arg (not id))
563 (completing-read prompt 563 (completing-read prompt
564 (funcall xref-identifier-completion-table-function) 564 (funcall xref-identifier-completion-table-function)
565 nil t id 565 nil t nil
566 'xref--read-identifier-history)) 566 'xref--read-identifier-history id))
567 (t id)))) 567 (t id))))
568 568
569 569