diff options
author | João Távora <joaotavora@gmail.com> | 2023-03-16 10:41:53 +0000 |
---|---|---|
committer | João Távora <joaotavora@gmail.com> | 2023-03-16 11:39:12 +0000 |
commit | e10144c1568e1c6571aac3b0185e53fa5c99945f (patch) | |
tree | 4e0238db7dba3d2d44237359d7662234adeb4635 /lisp/progmodes | |
parent | 028f11027384b6fb6807ea4057073e3be4003e9e (diff) | |
download | emacs-e10144c1568e1c6571aac3b0185e53fa5c99945f.tar.gz emacs-e10144c1568e1c6571aac3b0185e53fa5c99945f.tar.bz2 emacs-e10144c1568e1c6571aac3b0185e53fa5c99945f.zip |
Emphasize emacs-29-specificity in this version of lisp/progmodes/eglot.el
Do not merge to master.
Before working on bugfixes to Eglot in its non-ELPA form delivered
with Emacs 29, it's important to distinguish between this emacs-29
version and the one in master, which will also get the bugfixes (via
routine gitmerge.el) but with a bumped version number.
* lisp/progmodes/eglot.el (Version): Emphasize Emacs 29, but hint this
is 1.12 + something.
(Package-Requires): Remove. Everything required is already in Emacs
29.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r-- | lisp/progmodes/eglot.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 428f59a8c22..4448c4a01fc 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -2,12 +2,11 @@ ;; Copyright (C) 2018-2023 Free Software Foundation, Inc. -;; Version: 1.12 +;; Version: 1.12-emacs29 ;; Author: João Távora <joaotavora@gmail.com> ;; Maintainer: João Távora <joaotavora@gmail.com> ;; URL: https://github.com/joaotavora/eglot ;; Keywords: convenience, languages -;; Package-Requires: ((emacs "26.3") (jsonrpc "1.0.16") (flymake "1.2.1") (project "0.9.8") (xref "1.6.2") (eldoc "1.11.0") (seq "2.23") (external-completion "0.1")) ;; This is a GNU ELPA :core package. Avoid adding functionality ;; that is not available in the version of Emacs recorded above or any |