projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f14869c
)
* lisp/progmodes/xref.el (xref--show-defs-buffer-at-bottom): Fix missing arg
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 3 Jan 2021 04:12:10 +0000
(23:12 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 3 Jan 2021 04:12:10 +0000
(23:12 -0500)
lisp/progmodes/xref.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/xref.el
b/lisp/progmodes/xref.el
index d2b5acd55513f9e193ab759215ca532dcf912a49..2fefc23e1992a15769f00fd2f9de83ea943e8a2a 100644
(file)
--- 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.