From: Dmitry Gutov Date: Thu, 27 Aug 2020 08:32:50 +0000 (+0300) Subject: ; Add the necessary argument (bug#42967) X-Git-Tag: emacs-28.0.90~6363 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=36b3abc6722ddf8d841a72118e644e75c8124a7a;p=emacs.git ; Add the necessary argument (bug#42967) --- diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el index f5ea940a326..de2053c3c99 100644 --- a/lisp/progmodes/xref.el +++ b/lisp/progmodes/xref.el @@ -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.