]> git.eshelyaron.com Git - emacs.git/commitdiff
; Add the necessary argument (bug#42967)
authorDmitry Gutov <dgutov@yandex.ru>
Thu, 27 Aug 2020 08:32:50 +0000 (11:32 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 27 Aug 2020 08:33:52 +0000 (11:33 +0300)
lisp/progmodes/xref.el

index f5ea940a326bf0a4a3cb4a28ecd46c97526cf756..de2053c3c99ae4a525441d5ac84267b9c54713fb 100644 (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.