From f8bdc8dff0b6891e536feb60373881a8749f7de4 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 29 Sep 2023 14:33:54 +0200 Subject: [PATCH] ; Normalize GNU ELPA :core package statements * lisp/emacs-lisp/let-alist.el: * lisp/progmodes/project.el: Normalize GNU ELPA :core package statement. --- lisp/emacs-lisp/let-alist.el | 4 ++-- 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 @@ ;; 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. 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 @@ ;; Version: 0.9.8 ;; Package-Requires: ((emacs "26.1") (xref "1.4.0")) -;; This is a GNU ELPA :core package. Avoid using functionality that -;; not compatible with the version of Emacs recorded above. +;; 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. -- 2.39.2