diff options
| -rw-r--r-- | lisp/emacs-lisp/let-alist.el | 4 | ||||
| -rw-r--r-- | lisp/progmodes/project.el | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lisp/emacs-lisp/let-alist.el b/lisp/emacs-lisp/let-alist.el index 6fb425c5615..ed07aecf338 100644 --- a/lisp/emacs-lisp/let-alist.el +++ b/lisp/emacs-lisp/let-alist.el | |||
| @@ -9,8 +9,8 @@ | |||
| 9 | ;; Prefix: let-alist | 9 | ;; Prefix: let-alist |
| 10 | ;; Separator: - | 10 | ;; Separator: - |
| 11 | 11 | ||
| 12 | ;; This is an Elpa :core package. Don't use functionality that is not | 12 | ;; This is a GNU ELPA :core package. Avoid functionality that is not |
| 13 | ;; compatible with Emacs 24.1. | 13 | ;; compatible with the version of Emacs recorded above. |
| 14 | 14 | ||
| 15 | ;; This file is part of GNU Emacs. | 15 | ;; This file is part of GNU Emacs. |
| 16 | 16 | ||
diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index 8d8bf594628..920860f0d3a 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el | |||
| @@ -4,8 +4,8 @@ | |||
| 4 | ;; Version: 0.9.8 | 4 | ;; Version: 0.9.8 |
| 5 | ;; Package-Requires: ((emacs "26.1") (xref "1.4.0")) | 5 | ;; Package-Requires: ((emacs "26.1") (xref "1.4.0")) |
| 6 | 6 | ||
| 7 | ;; This is a GNU ELPA :core package. Avoid using functionality that | 7 | ;; This is a GNU ELPA :core package. Avoid functionality that is not |
| 8 | ;; not compatible with the version of Emacs recorded above. | 8 | ;; compatible with the version of Emacs recorded above. |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||