]> git.eshelyaron.com Git - emacs.git/commit
Eglot: fix signature's of Eglot's ElDoc functions
authorJoão Távora <joaotavora@gmail.com>
Mon, 20 Jan 2025 19:21:22 +0000 (19:21 +0000)
committerEshel Yaron <me@eshelyaron.com>
Thu, 23 Jan 2025 10:23:30 +0000 (11:23 +0100)
commit545dba54b7b6a25f10b973a07cc7f219ed4da96a
tree4a567059643cbbc5092ed246bc9562a7081b88fa
parentd034a60b89884fd8c0b21094304218756892d927
Eglot: fix signature's of Eglot's ElDoc functions

These functions are specified to be passed at least one
argument, so our implementation must accept an arbitrary number
of arguments.

* lisp/progmodes/eglot.el (eglot-signature-eldoc-function)
(eglot-hover-eldoc-function): Fix signature.

(cherry picked from commit aa94e1c56c1b4aeb2e2c98f3b7ccbc354f50108e)
lisp/progmodes/eglot.el