* lisp/progmodes/xref.el (xref--show-defs-buffer-at-bottom): Fix missing arg
This commit is contained in:
parent
f14869cd70
commit
825b4ec338
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue