aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/elisp-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el
index 9e175a20e22..fc4501d0cbe 100644
--- a/lisp/progmodes/elisp-mode.el
+++ b/lisp/progmodes/elisp-mode.el
@@ -575,7 +575,7 @@ It can be quoted, or be inside a quoted form."
575 " " (cadr table-etc))) 575 " " (cadr table-etc)))
576 (cddr table-etc))))))))) 576 (cddr table-etc)))))))))
577 577
578(defun lisp-completion-at-point (_predicate) 578(defun lisp-completion-at-point (&optional _predicate)
579 (declare (obsolete elisp-completion-at-point "25.1")) 579 (declare (obsolete elisp-completion-at-point "25.1"))
580 (elisp-completion-at-point)) 580 (elisp-completion-at-point))
581 581