]> git.eshelyaron.com Git - emacs.git/commitdiff
Turn Eldoc, Xref and Project into GNU ELPA :core packages scratch/eldoc-xref-project-gnu-elpa-core-packages
authorJoão Távora <joaotavora@gmail.com>
Mon, 11 May 2020 21:39:56 +0000 (22:39 +0100)
committerJoão Távora <joaotavora@gmail.com>
Mon, 11 May 2020 21:41:00 +0000 (22:41 +0100)
* lisp/jsonrpc.el: Tweak comment near Package-Requires.

* lisp/emacs-lisp/eldoc.el: Add Version and Package-Requires.

* lisp/progmodes/flymake.el: Add comment near Package-Requires.

* lisp/progmodes/project.el: Add Version and Package-Requires.

* lisp/progmodes/xref.el: Add Version and Package-Requires.

lisp/emacs-lisp/eldoc.el
lisp/jsonrpc.el
lisp/progmodes/flymake.el
lisp/progmodes/project.el
lisp/progmodes/xref.el

index 4a2e7488eb03b8a39cd088efd8cdb86960f6e835..80b376458b0e087a0e57d4c6d6e3adbb749a6a74 100644 (file)
@@ -5,6 +5,11 @@
 ;; Author: Noah Friedman <friedman@splode.com>
 ;; Keywords: extensions
 ;; Created: 1995-10-06
+;; Version: 1.0.0
+;; Package-Requires: ((emacs "26.3"))
+
+;; This is a GNU ELPA :core package.  Don't use functionality that is
+;; not compatible with the version of Emacs recorded above.
 
 ;; This file is part of GNU Emacs.
 
index 6cf41311a14b6bf6782204a02ed52fe03da73a5e..f1e5bf2c5f1ebb3072025560ef89b67d92e20948 100644 (file)
@@ -4,11 +4,11 @@
 
 ;; Author: João Távora <joaotavora@gmail.com>
 ;; Keywords: processes, languages, extensions
-;; Package-Requires: ((emacs "25.2"))
 ;; Version: 1.0.11
+;; Package-Requires: ((emacs "25.2"))
 
-;; This is an Elpa :core package.  Don't use functionality that is not
-;; compatible with Emacs 25.2.
+;; This is a GNU ELPA :core package.  Don't use functionality that is
+;; not compatible with the version of Emacs recorded above.
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
index 7fca9dac1af25c8525bfb4423d80db2d090bb8cc..d0a9d5ab61ddb07abbe76d24960593993ce57925 100644 (file)
@@ -5,8 +5,11 @@
 ;; Author: Pavel Kobyakov <pk_at_work@yahoo.com>
 ;; Maintainer: João Távora <joaotavora@gmail.com>
 ;; Version: 1.0.8
-;; Package-Requires: ((emacs "26.1"))
 ;; Keywords: c languages tools
+;; Package-Requires: ((emacs "26.1"))
+
+;; This is a GNU ELPA :core package.  Don't use functionality that is
+;; not compatible with the version of Emacs recorded above.
 
 ;; This file is part of GNU Emacs.
 
index f5f4092babf8e9234fca6566093aa1e0c79446c1..6be15002f98360d275a6f08a07307bae01ea33f2 100644 (file)
@@ -1,6 +1,11 @@
 ;;; project.el --- Operations on the current project  -*- lexical-binding: t; -*-
 
 ;; Copyright (C) 2015-2020 Free Software Foundation, Inc.
+;; Version: 1.0.0
+;; Package-Requires: ((emacs "27.1"))
+
+;; This is a GNU ELPA :core package.  Don't use functionality that is
+;; not compatible with the version of Emacs recorded above.
 
 ;; This file is part of GNU Emacs.
 
index c36a9bd9940bf2e77a745b451317094c8e3c540d..a2805ec9250c75092878f1a04ef32d4b43922184 100644 (file)
@@ -1,6 +1,11 @@
 ;; xref.el --- Cross-referencing commands              -*-lexical-binding:t-*-
 
 ;; Copyright (C) 2014-2020 Free Software Foundation, Inc.
+;; Version: 1.0.0
+;; Package-Requires: ((emacs "27.1") (project "1.0.0"))
+
+;; This is a GNU ELPA :core package.  Don't use functionality that is
+;; not compatible with the version of Emacs recorded above.
 
 ;; This file is part of GNU Emacs.