Make lisp-completion-at-point's argument optional
* lisp/progmodes/elisp-mode.el (lisp-completion-at-point): Make the argument optional, like it was before the rename.
This commit is contained in:
parent
9d463aec8b
commit
80ec484ac8
1 changed files with 1 additions and 1 deletions
|
@ -575,7 +575,7 @@ It can be quoted, or be inside a quoted form."
|
|||
" " (cadr table-etc)))
|
||||
(cddr table-etc)))))))))
|
||||
|
||||
(defun lisp-completion-at-point (_predicate)
|
||||
(defun lisp-completion-at-point (&optional _predicate)
|
||||
(declare (obsolete elisp-completion-at-point "25.1"))
|
||||
(elisp-completion-at-point))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue