From: Jonas Bernoulli Date: Mon, 24 Jun 2024 18:34:53 +0000 (+0200) Subject: Add missing builtin package declarations X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9898919efbde32e32b25d09a5103b58707492e90;p=emacs.git Add missing builtin package declarations * lisp/editorconfig-conf-mode.el: * lisp/editorconfig-core-handle.el: * lisp/editorconfig-core.el: * lisp/editorconfig-fnmatch.el: * lisp/editorconfig-tools.el: Declare library as part of the 'editorconfig' package. (cherry picked from commit 680155d3f0328a22ecce18647779e0e26931e825) --- diff --git a/lisp/editorconfig-conf-mode.el b/lisp/editorconfig-conf-mode.el index 3102c3d6581..6afbb42865e 100644 --- a/lisp/editorconfig-conf-mode.el +++ b/lisp/editorconfig-conf-mode.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2011-2024 Free Software Foundation, Inc. ;; Author: EditorConfig Team +;; Package: editorconfig ;; See ;; https://github.com/editorconfig/editorconfig-emacs/graphs/contributors or diff --git a/lisp/editorconfig-core-handle.el b/lisp/editorconfig-core-handle.el index b8570ac5c6a..96d0723d9e0 100644 --- a/lisp/editorconfig-core-handle.el +++ b/lisp/editorconfig-core-handle.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2011-2024 Free Software Foundation, Inc. ;; Author: EditorConfig Team +;; Package: editorconfig ;; See ;; https://github.com/editorconfig/editorconfig-emacs/graphs/contributors or diff --git a/lisp/editorconfig-core.el b/lisp/editorconfig-core.el index 8183ff6298c..3d7ea88917c 100644 --- a/lisp/editorconfig-core.el +++ b/lisp/editorconfig-core.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2011-2024 Free Software Foundation, Inc. ;; Author: EditorConfig Team +;; Package: editorconfig ;; See ;; https://github.com/editorconfig/editorconfig-emacs/graphs/contributors or diff --git a/lisp/editorconfig-fnmatch.el b/lisp/editorconfig-fnmatch.el index 397e424a6f7..8d6e9bb9071 100644 --- a/lisp/editorconfig-fnmatch.el +++ b/lisp/editorconfig-fnmatch.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2011-2024 Free Software Foundation, Inc. ;; Author: EditorConfig Team +;; Package: editorconfig ;; See ;; https://github.com/editorconfig/editorconfig-emacs/graphs/contributors or diff --git a/lisp/editorconfig-tools.el b/lisp/editorconfig-tools.el index 512dd67f56f..b9bd3798647 100644 --- a/lisp/editorconfig-tools.el +++ b/lisp/editorconfig-tools.el @@ -3,6 +3,7 @@ ;; Copyright (C) 2011-2024 Free Software Foundation, Inc. ;; Author: EditorConfig Team +;; Package: editorconfig ;; See ;; https://github.com/editorconfig/editorconfig-emacs/graphs/contributors or