]> git.eshelyaron.com Git - emacs.git/commitdiff
; Add missing GNU ELPA :core package statements
authorStefan Kangas <stefankangas@gmail.com>
Sat, 30 Sep 2023 22:06:16 +0000 (00:06 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 30 Sep 2023 22:09:05 +0000 (00:09 +0200)
* 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.

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

index c45b9e546f7254cba32550e561c4fd27137fb926..3cff0f7f3a9b15bc2d130ac3624f571d29c7d6b8 100644 (file)
@@ -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
index b55eb43166816205cb51f5c5aaf4ec86abf2ba0b..b46c74343c006fce524932c36b169f9564dd089a 100644 (file)
@@ -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
index ec4fae548c7ac8e6ee7da1668a77183622a6be9d..8b7f4c2cfa51e2b15d32a7034ab030cf4df3334b 100644 (file)
@@ -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
index 3f80be1c0a401758c4d7bb7313e5a083ac7881a2..dd2710602fedc1bbc8e3bf32a65e83a0e7fd233f 100644 (file)
@@ -7,6 +7,9 @@
 ;; Maintainer: João Távora <joaotavora@gmail.com>
 ;; 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
index c92c90bf694f4283c39fb2389f0c8c28715ecad6..3d994ed9e76ee1582080c01a28cb551850b3ddb7 100644 (file)
@@ -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 <tarok@transpulse.org>
 ;; Maintainer: Thomas Fitzsimmons <fitzsim@fitzsim.org>
@@ -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
index 010e86354b629080b6b5a8149ef4b16a61608e06..b2bb59a25a058fce9c3b0d56473d9ab67f9dfd3d 100644 (file)
@@ -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
index 4b940b3f13bfb6ed5249936d9e6b36f2a017c790..d3cb5a77e22bfeec479bc1a307ded57f13c4c47e 100644 (file)
@@ -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
index 15004357811fe39a65ba641e1a3a680f6f838824..dc8b4feb51f0cfac78d092ab90ff48e855f4a05e 100644 (file)
@@ -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
index 1b63a6d651a21a8061d493454d5d38b35717bc9d..f5e6a551bb392b08266e94ce9112a9b1a7063c43 100644 (file)
@@ -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