branch: elpa-admin
commit ee6c9704803790e4288f438d7863034d9af3d351
Author: Stefan Monnier <monn...@iro.umontreal.ca>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    elpa-admin.el (elpaa--supported-keywords): Add `:parent--package`
---
 elpa-admin.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/elpa-admin.el b/elpa-admin.el
index c6be1c1b44..4be856520f 100644
--- a/elpa-admin.el
+++ b/elpa-admin.el
@@ -1049,7 +1049,9 @@ SPECS is the list of package specifications."
   '(:url :core :auto-sync :ignored-files :release-branch :release
     :readme :news :doc :renames :version-map :make :shell-command
     :branch :lisp-dir :main-file :merge :excludes :rolling-release
-    :maintainer :manual-sync)
+    :maintainer :manual-sync
+    ;; Internal use only.
+    :parent--package)
   "List of keywords that can appear in a spec.")
 
 (defun elpaa--publish-package-spec (spec)

Reply via email to