* lisp/progmodes/xref.el (xref--show-defs-buffer-at-bottom): Fix missing arg

This commit is contained in:
Stefan Monnier 2021-01-02 23:12:10 -05:00
parent f14869cd70
commit 825b4ec338

View file

@ -1005,8 +1005,8 @@ local keymap that binds `RET' to `xref-quit-and-goto-xref'."
'(display-buffer-in-direction . ((direction . below))))
(current-buffer))))))
(define-obsolete-function-alias
'xref--show-defs-buffer-at-bottom #'xref-show-definitions-buffer-at-bottom)
(define-obsolete-function-alias 'xref--show-defs-buffer-at-bottom
#'xref-show-definitions-buffer-at-bottom "28.1")
(defun xref-show-definitions-completing-read (fetcher alist)
"Let the user choose the target definition with completion.