aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Gutov2020-08-27 11:32:50 +0300
committerDmitry Gutov2020-08-27 11:33:52 +0300
commit36b3abc6722ddf8d841a72118e644e75c8124a7a (patch)
tree4fac911b1c3ce48493b1f07083d86de367c4adc1
parent90ce0421542bf2a983fdb65075c96fa9d7f5e6c9 (diff)
downloademacs-36b3abc6722ddf8d841a72118e644e75c8124a7a.tar.gz
emacs-36b3abc6722ddf8d841a72118e644e75c8124a7a.zip
; Add the necessary argument (bug#42967)
-rw-r--r--lisp/progmodes/xref.el2
1 files changed, 1 insertions, 1 deletions
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'."
961 961
962(defvar xref--read-pattern-history nil) 962(defvar xref--read-pattern-history nil)
963 963
964(defun xref--show-xrefs (fetcher display-action) 964(defun xref--show-xrefs (fetcher display-action &optional _always-show-list)
965 (xref--push-markers) 965 (xref--push-markers)
966 (unless (functionp fetcher) 966 (unless (functionp fetcher)
967 ;; Old convention. 967 ;; Old convention.