1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

Make lisp-completion-at-point a wrapper instead of an alias

* lisp/progmodes/elisp-mode.el (lisp-completion-at-point):
Turn into an obsolete wrapper around elisp-completion-at-point
(bug#20455).
This commit is contained in:
Dmitry Gutov 2015-11-30 05:27:34 +02:00
parent d976561ba2
commit 50b8c55617

View File

@ -575,8 +575,9 @@ It can be quoted, or be inside a quoted form."
" " (cadr table-etc)))
(cddr table-etc)))))))))
(define-obsolete-function-alias
'lisp-completion-at-point 'elisp-completion-at-point "25.1")
(defun lisp-completion-at-point (_predicate)
(declare (obsolete elisp-completion-at-point "25.1"))
(elisp-completion-at-point))
;;; Xref backend