emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/setup ec2f0e3fc7 4/5: Suggested changes to use new repe


From: ELPA Syncer
Subject: [elpa] externals/setup ec2f0e3fc7 4/5: Suggested changes to use new repeatability.
Date: Thu, 2 Mar 2023 07:58:39 -0500 (EST)

branch: externals/setup
commit ec2f0e3fc794e4ab9759f3134e54e483bea471f1
Author: Earl Hyatt <okamsn@protonmail.com>
Commit: Philip Kaludercic <philipk@posteo.net>

    Suggested changes to use new repeatability.
---
 setup.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup.el b/setup.el
index 51da9890da..1177fae43c 100644
--- a/setup.el
+++ b/setup.el
@@ -601,6 +601,7 @@ The first FEATURE can be used to deduce the feature 
context."
   :documentation "Bind into keys into the map of FEATURE-OR-MAP.
 The arguments REST are handled as by `:bind'."
   :debug '(sexp &rest form sexp)
+  :ensure '(nil &rest kbd func)
   :indent 1)
 
 (setup-define :hook
@@ -697,7 +698,7 @@ supported:
   :documentation "Add FUNCTION to HOOK only in buffers of the current mode."
   :debug '(symbolp sexp)
   :ensure '(nil func)
-  :repeatable t)
+  :repeatable '(1 . 1))
 
 (setup-define :also-load
   (lambda (feature)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]