1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

; Add the necessary argument (bug#42967)

This commit is contained in:
Dmitry Gutov 2020-08-27 11:32:50 +03:00
parent 90ce042154
commit 36b3abc672

View File

@ -961,7 +961,7 @@ Accepts the same arguments as `xref-show-xrefs-function'."
(defvar xref--read-pattern-history nil)
(defun xref--show-xrefs (fetcher display-action)
(defun xref--show-xrefs (fetcher display-action &optional _always-show-list)
(xref--push-markers)
(unless (functionp fetcher)
;; Old convention.