]> git.eshelyaron.com Git - emacs.git/commitdiff
Add missing builtin package declarations
authorStefan Kangas <stefankangas@gmail.com>
Sat, 16 Sep 2023 12:34:20 +0000 (14:34 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sun, 17 Sep 2023 23:55:28 +0000 (01:55 +0200)
* lisp/finder.el (finder--builtins-alist): Add new package
directories 'leim' and 'obsolete' as part of the 'emacs' package.
Add new package directory 'use-package' as part of the
'use-package' package.
* lisp/net/eudc-capf.el:
* lisp/net/eudcb-ecomplete.el:
* lisp/net/eudcb-macos-contacts.el:
* lisp/net/eudcb-mailabbrev.el: Declare library as part of the
'eudc' package.
* lisp/mail/ietf-drums-date.el: Declare library as part of the
'ietf-drums' package.
* lisp/image/image-dired-dired.el:
* lisp/image/image-dired-external.el:
* lisp/image/image-dired-tags.el:
* lisp/image/image-dired-util.el: Declare library as part of the
'image-dired' package.
* lisp/emacs-lisp/oclosure.el:
* lisp/keymap.el:
* lisp/progmodes/c-ts-common.el: Declare library as part of the
'emacs' package.  (Bug#62751)

(cherry picked from commit 94b1de2774b5c1fa3c28285229900657638f5c3f)

13 files changed:
lisp/emacs-lisp/oclosure.el
lisp/finder.el
lisp/image/image-dired-dired.el
lisp/image/image-dired-external.el
lisp/image/image-dired-tags.el
lisp/image/image-dired-util.el
lisp/keymap.el
lisp/mail/ietf-drums-date.el
lisp/net/eudc-capf.el
lisp/net/eudcb-ecomplete.el
lisp/net/eudcb-macos-contacts.el
lisp/net/eudcb-mailabbrev.el
lisp/progmodes/c-ts-common.el

index f5a150ac4aecffc0b38609a46108774f77739920..0b87115e2a9be4ddadbbdc9c9cbb69aa73070c14 100644 (file)
@@ -3,6 +3,7 @@
 ;; Copyright (C) 2021-2023 Free Software Foundation, Inc.
 
 ;; Author: Stefan Monnier <monnier@iro.umontreal.ca>
+;; Package: emacs
 
 ;; This file is part of GNU Emacs.
 
index 5aec0149b89d6557e13662bf088fc9fda453f58b..c1acee18d63bee6dfd7d8dedfcd1e6da2c489e37 100644 (file)
@@ -147,7 +147,9 @@ would otherwise be.")
     ("gnus" . gnus)
     ("international" . emacs)
     ("language" . emacs)
+    ("leim" . emacs)
     ("mh-e" . mh-e)
+    ("obsolete" . emacs)
     ("semantic" . semantic)
     ("analyze" . semantic)
     ("bovine" . semantic)
@@ -162,6 +164,7 @@ would otherwise be.")
     ("org"  . org)
     ("srecode" . srecode)
     ("term" . emacs)
+    ("use-package" . use-package)
     ("url"  . url))
   "Alist of built-in package directories.
 Each element should have the form (DIR . PACKAGE), where DIR is a
index 6b932601df0d0614361c72b64babeaca6391fb70..d522c06d10be81979a07389453960b9c3137a839 100644 (file)
@@ -5,6 +5,7 @@
 ;; Author: Mathias Dahl <mathias.rem0veth1s.dahl@gmail.com>
 ;; Maintainer: Stefan Kangas <stefankangas@gmail.com>
 ;; Keywords: multimedia
+;; Package: image-dired
 
 ;; This file is part of GNU Emacs.
 
index 9f35e17a7e66dde8086638443d5f280ebee05ae1..07b8bf7d9a216599cf2d7a1fe82b30b5b9b882a7 100644 (file)
@@ -5,6 +5,7 @@
 ;; Author: Mathias Dahl <mathias.rem0veth1s.dahl@gmail.com>
 ;; Maintainer: Stefan Kangas <stefankangas@gmail.com>
 ;; Keywords: multimedia
+;; Package: image-dired
 
 ;; This file is part of GNU Emacs.
 
index b9c1a811850ac141da82adcbd19905f2e98d04a6..79ac6fb58f2299795063ae432274508a75f45cd3 100644 (file)
@@ -5,6 +5,7 @@
 ;; Author: Mathias Dahl <mathias.rem0veth1s.dahl@gmail.com>
 ;; Maintainer: Stefan Kangas <stefankangas@gmail.com>
 ;; Keywords: multimedia
+;; Package: image-dired
 
 ;; This file is part of GNU Emacs.
 
index a80b3afc0f35f8d665096233d17421e56a6ab912..a006aa40305e1f0a03b99d8f371c10fe08f06739 100644 (file)
@@ -4,6 +4,7 @@
 
 ;; Author: Mathias Dahl <mathias.rem0veth1s.dahl@gmail.com>
 ;; Maintainer: Stefan Kangas <stefankangas@gmail.com>
+;; Package: image-dired
 
 ;; This file is part of GNU Emacs.
 
index 017b2d6ead0bc523eadae1901109b4019dc7f1f3..093536eda93a94c1e2c0c28cca4036c77bf7ae8d 100644 (file)
@@ -2,6 +2,10 @@
 
 ;; Copyright (C) 2021-2023 Free Software Foundation, Inc.
 
+;; Maintainer: emacs-devel@gnu.org
+;; Keywords: internal
+;; Package: emacs
+
 ;; This file is part of GNU Emacs.
 
 ;; GNU Emacs is free software: you can redistribute it and/or modify
index b2cceb5cef270f35e6ec2b980d599008a797a4b1..68ba88e89ec7d1c96fcae03be52760fae6572a6b 100644 (file)
@@ -3,6 +3,7 @@
 ;; Copyright (C) 2022-2023 Free Software Foundation, Inc.
 
 ;; Author: Bob Rogers <rogers@rgrjr.com>
+;; Package: ietf-drums
 ;; Keywords: mail, util
 
 ;; This file is part of GNU Emacs.
index d454851ae67dc642d4655e326eac6f592247a7eb..6d51d5724857f00dcb121742b2b3e18e3498900b 100644 (file)
@@ -1,21 +1,22 @@
 ;;; eudc-capf.el --- EUDC - completion-at-point bindings  -*- lexical-binding:t -*-
 
 ;; Copyright (C) 2022-2023 Free Software Foundation, Inc.
-;;
+
 ;; Author: Alexander Adolf
-;;
+;; Package: eudc
+
 ;; This file is part of GNU Emacs.
-;;
+
 ;; GNU Emacs is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
 ;; the Free Software Foundation, either version 3 of the License, or
 ;; (at your option) any later version.
-;;
+
 ;; GNU Emacs is distributed in the hope that it will be useful,
 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 ;; GNU General Public License for more details.
-;;
+
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
index 20bdd9059f50947f99989e1082f07cf548f38922..a4b7a183d25a64ed72240c1f6df629009124ed24 100644 (file)
@@ -1,29 +1,32 @@
 ;;; eudcb-ecomplete.el --- EUDC - ecomplete backend -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2022-2023 Free Software Foundation, Inc.
-;;
+
 ;; Author: Alexander Adolf
-;;
+;; Package: eudc
+
 ;; This file is part of GNU Emacs.
-;;
+
 ;; GNU Emacs is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
 ;; the Free Software Foundation, either version 3 of the License, or
 ;; (at your option) any later version.
-;;
+
 ;; GNU Emacs is distributed in the hope that it will be useful,
 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 ;; GNU General Public License for more details.
-;;
+
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
+
 ;;    This library provides an interface to the ecomplete package as
 ;;    an EUDC data source.
 
 ;;; Usage:
+
 ;;    No setup is required, since there is an entry for this backend
 ;;    in `eudc-server-hotlist' by default.
 ;;
index bb73237e6ec2709d95318c7545b32f060d3a4286..e9ce22f4134217d36ffe0f83d3103b1055eaa49a 100644 (file)
@@ -3,6 +3,7 @@
 ;; Copyright (C) 2020-2023 Free Software Foundation, Inc.
 
 ;; Author: Alexander Adolf
+;; Package: eudc
 
 ;; This file is part of GNU Emacs.
 
 ;; along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
+
 ;;    This library provides an interface to the macOS Contacts app as
 ;;    an EUDC data source.  It uses AppleScript to interface with the
 ;;    Contacts app on localhost, so no 3rd party tools are needed.
 
 ;;; Usage:
+
 ;;    To load the library, first `require' it:
 ;;
 ;;      (require 'eudcb-macos-contacts)
index e47f86870939107c4fc193ed658fa974d1b6a277..196e8ff25256a39f20a027078d7d32d8acedf103 100644 (file)
@@ -1,29 +1,32 @@
 ;;; eudcb-mailabbrev.el --- EUDC - mailabbrev backend -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2022-2023 Free Software Foundation, Inc.
-;;
+
 ;; Author: Alexander Adolf
-;;
+;; Package: eudc
+
 ;; This file is part of GNU Emacs.
-;;
+
 ;; GNU Emacs is free software: you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
 ;; the Free Software Foundation, either version 3 of the License, or
 ;; (at your option) any later version.
-;;
+
 ;; GNU Emacs is distributed in the hope that it will be useful,
 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 ;; GNU General Public License for more details.
-;;
+
 ;; You should have received a copy of the GNU General Public License
 ;; along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
+
 ;;    This library provides an interface to the mailabbrev package as
 ;;    an EUDC data source.
 
 ;;; Usage:
+
 ;;    No setup is required, since there is an entry for this backend
 ;;    in `eudc-server-hotlist' by default.
 ;;
index e0a7c46508e4e12c24b0008d7ee41d4de8876050..3b0814970adf15bb38c4b0f283943bfaed707d55 100644 (file)
@@ -3,6 +3,7 @@
 ;; Copyright (C) 2023 Free Software Foundation, Inc.
 
 ;; Maintainer : 付禹安 (Yuan Fu) <casouri@gmail.com>
+;; Package    : emacs
 ;; Keywords   : c c++ java javascript rust languages tree-sitter
 
 ;; This file is part of GNU Emacs.