[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/transient dd4e541f95 4/7: transient--parse-suffix: Use
From: |
Jonas Bernoulli |
Subject: |
[elpa] externals/transient dd4e541f95 4/7: transient--parse-suffix: Use consistent plist order |
Date: |
Mon, 20 Feb 2023 09:29:17 -0500 (EST) |
branch: externals/transient
commit dd4e541f95c6227241cc08c2bd2054c885233baf
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
transient--parse-suffix: Use consistent plist order
At least for the most common properties.
---
lisp/transient.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/lisp/transient.el b/lisp/transient.el
index b7965e4688..4939c8ed5e 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -1037,7 +1037,9 @@ example, sets a variable, use `transient-define-infix'
instead.
spec))))))
(defun transient--parse-suffix (prefix spec)
- (let (level class args)
+ (let ((args (list :key nil :command nil :description nil))
+ (level nil)
+ (class nil))
(cl-symbol-macrolet
((car (car spec))
(pop (pop spec)))
- [elpa] externals/transient updated (45d66a559a -> 0204a24328), Jonas Bernoulli, 2023/02/20
- [elpa] externals/transient 3657117b14 2/7: transient--parse-suffix: Detect when mandatory command is missing, Jonas Bernoulli, 2023/02/20
- [elpa] externals/transient f88cbbc57c 3/7: transient--parse-suffix: Differentiate command and desc lambda, Jonas Bernoulli, 2023/02/20
- [elpa] externals/transient 0204a24328 7/7: transient--parse-suffix: Define suffix aliases at load-time, Jonas Bernoulli, 2023/02/20
- [elpa] externals/transient 6ddd490203 6/7: Revert "transient--parse-suffix: Use consistent plist order", Jonas Bernoulli, 2023/02/20
- [elpa] externals/transient 342164c2b0 5/7: transient--parse-suffix: Avoid using desc lambda in command name, Jonas Bernoulli, 2023/02/20
- [elpa] externals/transient dd4e541f95 4/7: transient--parse-suffix: Use consistent plist order,
Jonas Bernoulli <=
- [elpa] externals/transient 05801dcb54 1/7: manual: Fix inaccuracies in Suffix Specifications, Jonas Bernoulli, 2023/02/20