From: Stefan Kangas Date: Sat, 30 Sep 2023 22:06:16 +0000 (+0200) Subject: ; Add missing GNU ELPA :core package statements X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=820deac94bd947aa046a3bc556a3b7e3fbe5a315;p=emacs.git ; Add missing GNU ELPA :core package statements * lisp/bind-key.el: * lisp/emacs-lisp/map.el: * lisp/erc/erc.el: * lisp/external-completion.el: * lisp/net/ntlm.el: * lisp/net/soap-client.el: * lisp/progmodes/python.el: * lisp/svg.el: * lisp/use-package/use-package.el: Add GNU ELPA :core package statements. --- diff --git a/lisp/bind-key.el b/lisp/bind-key.el index c45b9e546f7..3cff0f7f3a9 100644 --- a/lisp/bind-key.el +++ b/lisp/bind-key.el @@ -10,6 +10,9 @@ ;; Keywords: keys keybinding config dotemacs extensions ;; URL: https://github.com/jwiegley/use-package +;; This is a GNU ELPA :core package. Avoid functionality that is not +;; compatible with the version of Emacs recorded above. + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software: you can redistribute it and/or modify diff --git a/lisp/emacs-lisp/map.el b/lisp/emacs-lisp/map.el index b55eb431668..b46c74343c0 100644 --- a/lisp/emacs-lisp/map.el +++ b/lisp/emacs-lisp/map.el @@ -8,6 +8,9 @@ ;; Version: 3.3.1 ;; Package-Requires: ((emacs "26")) +;; This is a GNU ELPA :core package. Avoid functionality that is not +;; compatible with the version of Emacs recorded above. + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software: you can redistribute it and/or modify diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el index ec4fae548c7..8b7f4c2cfa5 100644 --- a/lisp/erc/erc.el +++ b/lisp/erc/erc.el @@ -17,6 +17,9 @@ ;; Keywords: IRC, chat, client, Internet ;; URL: https://www.gnu.org/software/emacs/erc.html +;; This is a GNU ELPA :core package. Avoid functionality that is not +;; compatible with the version of Emacs recorded above. + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software: you can redistribute it and/or modify diff --git a/lisp/external-completion.el b/lisp/external-completion.el index 3f80be1c0a4..dd2710602fe 100644 --- a/lisp/external-completion.el +++ b/lisp/external-completion.el @@ -7,6 +7,9 @@ ;; Maintainer: João Távora ;; Keywords: +;; This is a GNU ELPA :core package. Avoid functionality that is not +;; compatible with the version of Emacs recorded above. + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software: you can redistribute it and/or modify diff --git a/lisp/net/ntlm.el b/lisp/net/ntlm.el index c92c90bf694..3d994ed9e76 100644 --- a/lisp/net/ntlm.el +++ b/lisp/net/ntlm.el @@ -1,6 +1,6 @@ ;;; ntlm.el --- NTLM (NT LanManager) authentication support -*- lexical-binding:t -*- -;; Copyright (C) 2001, 2007-2023 Free Software Foundation, Inc. +;; Copyright (C) 2001-2023 Free Software Foundation, Inc. ;; Author: Taro Kawagishi ;; Maintainer: Thomas Fitzsimmons @@ -8,6 +8,9 @@ ;; Version: 2.1.0 ;; Created: February 2001 +;; This is a GNU ELPA :core package. Avoid functionality that is not +;; compatible with the version of Emacs recorded above. + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software: you can redistribute it and/or modify diff --git a/lisp/net/soap-client.el b/lisp/net/soap-client.el index 010e86354b6..b2bb59a25a0 100644 --- a/lisp/net/soap-client.el +++ b/lisp/net/soap-client.el @@ -11,6 +11,9 @@ ;; URL: https://github.com/alex-hhh/emacs-soap-client ;; Package-Requires: ((emacs "24.1") (cl-lib "0.6.1")) +;; This is a GNU ELPA :core package. Avoid functionality that is not +;; compatible with the version of Emacs recorded above. + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software: you can redistribute it and/or modify diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 4b940b3f13b..d3cb5a77e22 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -10,6 +10,9 @@ ;; Created: Jul 2010 ;; Keywords: languages +;; This is a GNU ELPA :core package. Avoid functionality that is not +;; compatible with the version of Emacs recorded above. + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software: you can redistribute it and/or modify diff --git a/lisp/svg.el b/lisp/svg.el index 15004357811..dc8b4feb51f 100644 --- a/lisp/svg.el +++ b/lisp/svg.el @@ -8,6 +8,9 @@ ;; Version: 1.1 ;; Package-Requires: ((emacs "25")) +;; This is a GNU ELPA :core package. Avoid functionality that is not +;; compatible with the version of Emacs recorded above. + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software: you can redistribute it and/or modify diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el index 1b63a6d651a..f5e6a551bb3 100644 --- a/lisp/use-package/use-package.el +++ b/lisp/use-package/use-package.el @@ -10,6 +10,9 @@ ;; Keywords: dotemacs startup speed config package extensions ;; URL: https://github.com/jwiegley/use-package +;; This is a GNU ELPA :core package. Avoid functionality that is not +;; compatible with the version of Emacs recorded above. + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software: you can redistribute it and/or modify