mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +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:
parent
d976561ba2
commit
50b8c55617
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue