emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 36b3abc: ; Add the necessary argument (bug#42967)


From: Dmitry Gutov
Subject: master 36b3abc: ; Add the necessary argument (bug#42967)
Date: Thu, 27 Aug 2020 04:33:59 -0400 (EDT)

branch: master
commit 36b3abc6722ddf8d841a72118e644e75c8124a7a
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    ; Add the necessary argument (bug#42967)
---
 lisp/progmodes/xref.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el
index f5ea940..de2053c 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]