emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master cc288a0e331: Eglot: version strings must start with numbers (


From: João Távora
Subject: Re: master cc288a0e331: Eglot: version strings must start with numbers (bug#62718)
Date: Sun, 9 Apr 2023 14:59:24 +0100

Thanks, that does also work for the make-obsolete family of functions?

João

On Sun, Apr 9, 2023, 14:57 Michael Albinus <michael.albinus@gmx.de> wrote:
João Távora <joaotavora@gmail.com> writes:

Hi João,

> --- a/lisp/progmodes/eglot.el
> +++ b/lisp/progmodes/eglot.el
> @@ -403,7 +403,7 @@ done by `eglot-reconnect'."
>  If set to `messages', use *Messages* buffer, else use Eglot's
>  mode line indicator."
>    :type 'boolean
> -  :version "Eglot 1.10")
> +  :version "1.10")

Likely, you want

--8<---------------cut here---------------start------------->8---
  :version "29.1"
  :package-version '(Eglot . "1.10"))
--8<---------------cut here---------------end--------------->8---

Best regards, Michael.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]