From: Stefan Monnier Date: Sun, 3 Jan 2021 04:12:10 +0000 (-0500) Subject: * lisp/progmodes/xref.el (xref--show-defs-buffer-at-bottom): Fix missing arg X-Git-Tag: emacs-28.0.90~4416 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=825b4ec338e82869dc656c7041ab2483b6c22479;p=emacs.git * lisp/progmodes/xref.el (xref--show-defs-buffer-at-bottom): Fix missing arg --- diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el index d2b5acd5551..2fefc23e199 100644 --- a/lisp/progmodes/xref.el +++ b/lisp/progmodes/xref.el @@ -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.