]> git.eshelyaron.com Git - emacs.git/commit
Eglot: version strings must start with numbers (bug#62718)
authorJoão Távora <joaotavora@gmail.com>
Fri, 7 Apr 2023 21:47:15 +0000 (22:47 +0100)
committerJoão Távora <joaotavora@gmail.com>
Fri, 7 Apr 2023 21:47:15 +0000 (22:47 +0100)
commitcc288a0e331d09e3e0aebcb83769a513ecad236f
treebee485183e152abbf0ead67aab5fe2f113ae4105
parent621e732ade0f3dc165498ebde4d55d5aacb05b56
Eglot: version strings must start with numbers (bug#62718)

Even though Eglot is a :core ELPA package and as such is on a
different release cycle than Emacs proper, the version strings used in
'defcustom' and 'make-obsolete' must still follow the numeric format.

* lisp/progmodes/eglot.el (eglot-report-progress): Adjust :version.
(eglot-lsp-abiding-column)
(eglot-current-column)
(eglot-current-column-function)
(eglot-move-to-current-column)
(eglot-move-to-lsp-abiding-column)
(eglot-move-to-column-function)
(eglot-ignored-server-capabilites)
(eglot-manual)
(eglot--managed-mode-hook): Update "obsolete" spec.
lisp/progmodes/eglot.el