diff options
| author | Stefan Kangas | 2023-10-01 00:06:16 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2023-10-01 00:09:05 +0200 |
| commit | 820deac94bd947aa046a3bc556a3b7e3fbe5a315 (patch) | |
| tree | 51659b33b0e3aab8b05d0a03db2f6e661287b380 /lisp/progmodes/python.el | |
| parent | 4ca131b7f540f35c124acda600715d7c78db6a39 (diff) | |
| download | emacs-820deac94bd947aa046a3bc556a3b7e3fbe5a315.tar.gz emacs-820deac94bd947aa046a3bc556a3b7e3fbe5a315.zip | |
; 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.
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ | |||
| 10 | ;; Created: Jul 2010 | 10 | ;; Created: Jul 2010 |
| 11 | ;; Keywords: languages | 11 | ;; Keywords: languages |
| 12 | 12 | ||
| 13 | ;; This is a GNU ELPA :core package. Avoid functionality that is not | ||
| 14 | ;; compatible with the version of Emacs recorded above. | ||
| 15 | |||
| 13 | ;; This file is part of GNU Emacs. | 16 | ;; This file is part of GNU Emacs. |
| 14 | 17 | ||
| 15 | ;; GNU Emacs is free software: you can redistribute it and/or modify | 18 | ;; GNU Emacs is free software: you can redistribute it and/or modify |