diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2023-09-29 14:33:54 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2023-10-01 01:35:23 +0200 |
commit | f8bdc8dff0b6891e536feb60373881a8749f7de4 (patch) | |
tree | bb06eb666c915e5689e0f0ddf533b7c6b7a409f7 /lisp/emacs-lisp | |
parent | 63ec6d998d42c970a825dca17743ece9c651d929 (diff) | |
download | emacs-f8bdc8dff0b6891e536feb60373881a8749f7de4.tar.gz emacs-f8bdc8dff0b6891e536feb60373881a8749f7de4.tar.bz2 emacs-f8bdc8dff0b6891e536feb60373881a8749f7de4.zip |
; Normalize GNU ELPA :core package statements
* lisp/emacs-lisp/let-alist.el:
* lisp/progmodes/project.el: Normalize GNU ELPA :core package
statement.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/let-alist.el | 4 |
1 files changed, 2 insertions, 2 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 @@ ;; Prefix: let-alist ;; Separator: - -;; This is an Elpa :core package. Don't use functionality that is not -;; compatible with Emacs 24.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. |